Html Css Color HEX #812982 Dark Purple

📋 copy color: '#812982'

red 129 ◦ green 41 ◦ blue 130

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

Shades of Dark Purple #812982

Tints of Dark Purple #812982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 43%
G = 13.67%
B = 43.33%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812982 (or 0x812982) is known color: Dark Purple. HEX triplet: 81, 29 and 82. RGB value is (129,41,130). Sum of RGB (Red+Green+Blue) = 129+41+130=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #812982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812982 is #7ED67D. Grayscale: #4D4D4D. Windows color (decimal): -8312446 or 8530305. OLE color: 8530305.

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

Color convert

RGB 129 41 130 -
CMYK 0.01 0.68 0 0.49
HSL 299.33º 0.52% 0.34% -
HSV(B) 299.33º 0.68% 0.51% -
XYZ 13.88 7.86 21.91 -
YUV 77.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 129 41 130 0.01 0.68 0 0.49 299.33 0.52 0.34
Hex 81 29 82 1 44 0 31 12B 34 22
Octal 201 51 202 1 104 0 61 453 64 42
Binary 10000001 101001 10000010 1 1000100 0 110001 100101011 110100 100010

Color Harmonies of #812982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812982

Black with #812982

Text Example


Text Example

White with #812982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812982; }

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

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

background-color css

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

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

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

border-color css

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

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

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