Html Css Color HEX #812060 Dark Purple

📋 copy color: '#812060'

red 129 ◦ green 32 ◦ blue 96

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

Shades of Dark Purple #812060

Tints of Dark Purple #812060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 50.19%
G = 12.45%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#812060 (or 0x812060) is known color: Dark Purple. HEX triplet: 81, 20 and 60. RGB value is (129,32,96). Sum of RGB (Red+Green+Blue) = 129+32+96=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #812060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812060 is #7EDF9F. Grayscale: #444444. Windows color (decimal): -8314784 or 6299777. OLE color: 6299777.

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

Color convert

RGB 129 32 96 -
CMYK 0 0.75 0.26 0.49
HSL 320.41º 0.6% 0.32% -
HSV(B) 320.41º 0.75% 0.51% -
XYZ 11.68 6.54 11.71 -
YUV 68.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 129 32 96 0 0.75 0.26 0.49 320.41 0.6 0.32
Hex 81 20 60 0 4B 1A 31 140 3C 20
Octal 201 40 140 0 113 32 61 500 74 40
Binary 10000001 100000 1100000 0 1001011 11010 110001 101000000 111100 100000

Color Harmonies of #812060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812060

Black with #812060

Text Example


Text Example

White with #812060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812060; }

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

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

background-color css

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

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

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

border-color css

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

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

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