Html Css Color HEX #812870 Dark Purple

📋 copy color: '#812870'

red 129 ◦ green 40 ◦ blue 112

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

Shades of Dark Purple #812870

Tints of Dark Purple #812870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 45.91%
G = 14.23%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#812870 (or 0x812870) is known color: Dark Purple. HEX triplet: 81, 28 and 70. RGB value is (129,40,112). Sum of RGB (Red+Green+Blue) = 129+40+112=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812870 is #7ED78F. Grayscale: #4A4A4A. Windows color (decimal): -8312720 or 7350401. OLE color: 7350401.

HSL color Cylindrical-coordinate representation of color #812870: hue angle of 311.46º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812870 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 112 -
CMYK 0 0.69 0.13 0.49
HSL 311.46º 0.53% 0.33% -
HSV(B) 311.46º 0.69% 0.51% -
XYZ 12.74 7.35 16.08 -
YUV 74.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 129 40 112 0 0.69 0.13 0.49 311.46 0.53 0.33
Hex 81 28 70 0 45 D 31 137 35 21
Octal 201 50 160 0 105 15 61 467 65 41
Binary 10000001 101000 1110000 0 1000101 1101 110001 100110111 110101 100001

Color Harmonies of #812870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812870

Black with #812870

Text Example


Text Example

White with #812870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812870; }

 p { color: rgb(129,40,112); }

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

background-color css

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

 a { background-color: rgb(129,40,112); }

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

border-color css

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

 span { border-color: rgb(129,40,112); }

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