Html Css Color HEX #812377 Dark Purple

📋 copy color: '#812377'

red 129 ◦ green 35 ◦ blue 119

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

Shades of Dark Purple #812377

Tints of Dark Purple #812377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 45.58%
G = 12.37%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#812377 (or 0x812377) is known color: Dark Purple. HEX triplet: 81, 23 and 77. RGB value is (129,35,119). Sum of RGB (Red+Green+Blue) = 129+35+119=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #812377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812377 is #7EDC88. Grayscale: #484848. Windows color (decimal): -8313993 or 7807873. OLE color: 7807873.

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

Color convert

RGB 129 35 119 -
CMYK 0 0.73 0.08 0.49
HSL 306.38º 0.57% 0.32% -
HSV(B) 306.38º 0.73% 0.51% -
XYZ 12.98 7.2 18.16 -
YUV 72.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 129 35 119 0 0.73 0.08 0.49 306.38 0.57 0.32
Hex 81 23 77 0 49 8 31 132 39 20
Octal 201 43 167 0 111 10 61 462 71 40
Binary 10000001 100011 1110111 0 1001001 1000 110001 100110010 111001 100000

Color Harmonies of #812377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812377

Black with #812377

Text Example


Text Example

White with #812377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812377; }

 p { color: rgb(129,35,119); }

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

background-color css

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

 a { background-color: rgb(129,35,119); }

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

border-color css

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

 span { border-color: rgb(129,35,119); }

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