Html Css Color HEX #812075 Dark Purple

📋 copy color: '#812075'

red 129 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #812075

Tints of Dark Purple #812075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 46.4%
G = 11.51%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#812075 (or 0x812075) is known color: Dark Purple. HEX triplet: 81, 20 and 75. RGB value is (129,32,117). Sum of RGB (Red+Green+Blue) = 129+32+117=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #812075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812075 is #7EDF8A. Grayscale: #464646. Windows color (decimal): -8314763 or 7676033. OLE color: 7676033.

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

Color convert

RGB 129 32 117 -
CMYK 0 0.75 0.09 0.49
HSL 307.42º 0.6% 0.32% -
HSV(B) 307.42º 0.75% 0.51% -
XYZ 12.78 6.98 17.5 -
YUV 70.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 129 32 117 0 0.75 0.09 0.49 307.42 0.6 0.32
Hex 81 20 75 0 4B 9 31 133 3C 20
Octal 201 40 165 0 113 11 61 463 74 40
Binary 10000001 100000 1110101 0 1001011 1001 110001 100110011 111100 100000

Color Harmonies of #812075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812075

Black with #812075

Text Example


Text Example

White with #812075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812075; }

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

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

background-color css

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

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

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

border-color css

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

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

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