Html Css Color HEX #813472 Dark Purple

📋 copy color: '#813472'

red 129 ◦ green 52 ◦ blue 114

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

Shades of Dark Purple #813472

Tints of Dark Purple #813472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 43.73%
G = 17.63%
B = 38.64%

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

#813472 (or 0x813472) is known color: Dark Purple. HEX triplet: 81, 34 and 72. RGB value is (129,52,114). Sum of RGB (Red+Green+Blue) = 129+52+114=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813472 is #7ECB8D. Grayscale: #515151. Windows color (decimal): -8309646 or 7484545. OLE color: 7484545.

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

Color convert

RGB 129 52 114 -
CMYK 0 0.60 0.12 0.49
HSL 311.69º 0.43% 0.35% -
HSV(B) 311.69º 0.6% 0.51% -
XYZ 13.32 8.34 16.83 -
YUV 82.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 129 52 114 0 0.60 0.12 0.49 311.69 0.43 0.35
Hex 81 34 72 0 3C C 31 138 2B 23
Octal 201 64 162 0 74 14 61 470 53 43
Binary 10000001 110100 1110010 0 111100 1100 110001 100111000 101011 100011

Color Harmonies of #813472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813472

Black with #813472

Text Example


Text Example

White with #813472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813472; }

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

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

background-color css

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

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

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

border-color css

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

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

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