Html Css Color HEX #812066 Dark Purple

📋 copy color: '#812066'

red 129 ◦ green 32 ◦ blue 102

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

Shades of Dark Purple #812066

Tints of Dark Purple #812066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 49.05%
G = 12.17%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#812066 (or 0x812066) is known color: Dark Purple. HEX triplet: 81, 20 and 66. RGB value is (129,32,102). Sum of RGB (Red+Green+Blue) = 129+32+102=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #812066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812066 is #7EDF99. Grayscale: #444444. Windows color (decimal): -8314778 or 6692993. OLE color: 6692993.

HSL color Cylindrical-coordinate representation of color #812066: hue angle of 316.7º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812066 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 102 -
CMYK 0 0.75 0.21 0.49
HSL 316.7º 0.6% 0.32% -
HSV(B) 316.7º 0.75% 0.51% -
XYZ 11.97 6.66 13.22 -
YUV 68.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 129 32 102 0 0.75 0.21 0.49 316.7 0.6 0.32
Hex 81 20 66 0 4B 15 31 13D 3C 20
Octal 201 40 146 0 113 25 61 475 74 40
Binary 10000001 100000 1100110 0 1001011 10101 110001 100111101 111100 100000

Color Harmonies of #812066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812066

Black with #812066

Text Example


Text Example

White with #812066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812066; }

 p { color: rgb(129,32,102); }

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

background-color css

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

 a { background-color: rgb(129,32,102); }

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

border-color css

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

 span { border-color: rgb(129,32,102); }

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