Html Css Color HEX #812088 Dark Purple

📋 copy color: '#812088'

red 129 ◦ green 32 ◦ blue 136

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

Shades of Dark Purple #812088

Tints of Dark Purple #812088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 43.43%
G = 10.77%
B = 45.79%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#812088 (or 0x812088) is known color: Dark Purple. HEX triplet: 81, 20 and 88. RGB value is (129,32,136). Sum of RGB (Red+Green+Blue) = 129+32+136=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #812088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812088 is #7EDF77. Grayscale: #484848. Windows color (decimal): -8314744 or 8921217. OLE color: 8921217.

HSL color Cylindrical-coordinate representation of color #812088: hue angle of 295.96º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812088 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 32 136 -
CMYK 0.05 0.76 0 0.47
HSL 295.96º 0.62% 0.33% -
HSV(B) 295.96º 0.76% 0.53% -
XYZ 14.01 7.48 24 -
YUV 72.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 129 32 136 0.05 0.76 0 0.47 295.96 0.62 0.33
Hex 81 20 88 5 4C 0 2F 128 3E 21
Octal 201 40 210 5 114 0 57 450 76 41
Binary 10000001 100000 10001000 101 1001100 0 101111 100101000 111110 100001

Color Harmonies of #812088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812088

Black with #812088

Text Example


Text Example

White with #812088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812088; }

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

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

background-color css

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

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

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

border-color css

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

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

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