Html Css Color HEX #812466 Dark Purple

📋 copy color: '#812466'

red 129 ◦ green 36 ◦ blue 102

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

Shades of Dark Purple #812466

Tints of Dark Purple #812466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 48.31%
G = 13.48%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#812466 (or 0x812466) is known color: Dark Purple. HEX triplet: 81, 24 and 66. RGB value is (129,36,102). Sum of RGB (Red+Green+Blue) = 129+36+102=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812466 is #7EDB99. Grayscale: #474747. Windows color (decimal): -8313754 or 6694017. OLE color: 6694017.

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

Color convert

RGB 129 36 102 -
CMYK 0 0.72 0.21 0.49
HSL 317.42º 0.56% 0.32% -
HSV(B) 317.42º 0.72% 0.51% -
XYZ 12.08 6.89 13.26 -
YUV 71.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 129 36 102 0 0.72 0.21 0.49 317.42 0.56 0.32
Hex 81 24 66 0 48 15 31 13D 38 20
Octal 201 44 146 0 110 25 61 475 70 40
Binary 10000001 100100 1100110 0 1001000 10101 110001 100111101 111000 100000

Color Harmonies of #812466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812466

Black with #812466

Text Example


Text Example

White with #812466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812466; }

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

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

background-color css

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

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

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

border-color css

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

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

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