Html Css Color HEX #812469 Dark Purple

📋 copy color: '#812469'

red 129 ◦ green 36 ◦ blue 105

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

Shades of Dark Purple #812469

Tints of Dark Purple #812469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 47.78%
G = 13.33%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#812469 (or 0x812469) is known color: Dark Purple. HEX triplet: 81, 24 and 69. RGB value is (129,36,105). Sum of RGB (Red+Green+Blue) = 129+36+105=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #812469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812469 is #7EDB96. Grayscale: #474747. Windows color (decimal): -8313751 or 6890625. OLE color: 6890625.

HSL color Cylindrical-coordinate representation of color #812469: hue angle of 315.48º 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 #812469 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 36 105 -
CMYK 0 0.72 0.19 0.49
HSL 315.48º 0.56% 0.32% -
HSV(B) 315.48º 0.72% 0.51% -
XYZ 12.23 6.95 14.06 -
YUV 71.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 129 36 105 0 0.72 0.19 0.49 315.48 0.56 0.32
Hex 81 24 69 0 48 13 31 13B 38 20
Octal 201 44 151 0 110 23 61 473 70 40
Binary 10000001 100100 1101001 0 1001000 10011 110001 100111011 111000 100000

Color Harmonies of #812469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812469

Black with #812469

Text Example


Text Example

White with #812469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812469; }

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

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

background-color css

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

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

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

border-color css

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

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

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