Html Css Color HEX #812974 Dark Purple

📋 copy color: '#812974'

red 129 ◦ green 41 ◦ blue 116

#812974
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #812974

Tints of Dark Purple #812974

RGB

 RED value IS 129 (50.78% from 255) = 45.1%

 GREEN value IS 41 (16.41% from 255) = 14.34%

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 45.1%
G = 14.34%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#812974 (or 0x812974) is known color: Dark Purple. HEX triplet: 81, 29 and 74. RGB value is (129,41,116). Sum of RGB (Red+Green+Blue) = 129+41+116=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #812974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812974 is #7ED68B. Grayscale: #4B4B4B. Windows color (decimal): -8312460 or 7612801. OLE color: 7612801.

HSL color Cylindrical-coordinate representation of color #812974: hue angle of 308.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812974 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 116 -
CMYK 0 0.68 0.10 0.49
HSL 308.86º 0.52% 0.33% -
HSV(B) 308.86º 0.68% 0.51% -
XYZ 13 7.51 17.29 -
YUV 75.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 129 41 116 0 0.68 0.10 0.49 308.86 0.52 0.33
Hex 81 29 74 0 44 A 31 135 34 21
Octal 201 51 164 0 104 12 61 465 64 41
Binary 10000001 101001 1110100 0 1000100 1010 110001 100110101 110100 100001

Color Harmonies of #812974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812974

Black with #812974

Text Example


Text Example

White with #812974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812974; }

 p { color: rgb(129,41,116); }

 H1.HeaderClassName
 {
   color: #812974;
 }
 .AnyTagClassName
 {
   color: #812974;
 }
</style>

background-color css

<style>
 a { background-color: #812974; }

 a { background-color: rgb(129,41,116); }

 div.DivClassName
 {
   background-color: #812974;
 }
 .BgClassName
 {
   background-color: #812974;
 }
</style>

border-color css

<style>
 span { border-color: #812974; }

 span { border-color: rgb(129,41,116); }

 td.TdClassName
 {
   border-color: #812974;
 }
 .TagClassName
 {
   border-color: #812974;
 }
</style>