Html Css Color HEX #813372 Dark Purple

📋 copy color: '#813372'

red 129 ◦ green 51 ◦ blue 114

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

Shades of Dark Purple #813372

Tints of Dark Purple #813372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 43.88%
G = 17.35%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#813372 (or 0x813372) is known color: Dark Purple. HEX triplet: 81, 33 and 72. RGB value is (129,51,114). Sum of RGB (Red+Green+Blue) = 129+51+114=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #813372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813372 is #7ECC8D. Grayscale: #515151. Windows color (decimal): -8309902 or 7484289. OLE color: 7484289.

HSL color Cylindrical-coordinate representation of color #813372: hue angle of 311.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813372 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 114 -
CMYK 0 0.60 0.12 0.49
HSL 311.54º 0.43% 0.35% -
HSV(B) 311.54º 0.6% 0.51% -
XYZ 13.27 8.25 16.81 -
YUV 81.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 129 51 114 0 0.60 0.12 0.49 311.54 0.43 0.35
Hex 81 33 72 0 3C C 31 138 2B 23
Octal 201 63 162 0 74 14 61 470 53 43
Binary 10000001 110011 1110010 0 111100 1100 110001 100111000 101011 100011

Color Harmonies of #813372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813372

Black with #813372

Text Example


Text Example

White with #813372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813372; }

 p { color: rgb(129,51,114); }

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

background-color css

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

 a { background-color: rgb(129,51,114); }

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

border-color css

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

 span { border-color: rgb(129,51,114); }

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