Html Css Color HEX #812570 Dark Purple

📋 copy color: '#812570'

red 129 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #812570

Tints of Dark Purple #812570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 46.4%
G = 13.31%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#812570 (or 0x812570) is known color: Dark Purple. HEX triplet: 81, 25 and 70. RGB value is (129,37,112). Sum of RGB (Red+Green+Blue) = 129+37+112=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #812570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812570 is #7EDA8F. Grayscale: #484848. Windows color (decimal): -8313488 or 7349633. OLE color: 7349633.

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

Color convert

RGB 129 37 112 -
CMYK 0 0.71 0.13 0.49
HSL 311.09º 0.55% 0.33% -
HSV(B) 311.09º 0.71% 0.51% -
XYZ 12.64 7.16 16.05 -
YUV 73.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 129 37 112 0 0.71 0.13 0.49 311.09 0.55 0.33
Hex 81 25 70 0 47 D 31 137 37 21
Octal 201 45 160 0 107 15 61 467 67 41
Binary 10000001 100101 1110000 0 1000111 1101 110001 100110111 110111 100001

Color Harmonies of #812570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812570

Black with #812570

Text Example


Text Example

White with #812570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812570; }

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

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

background-color css

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

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

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

border-color css

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

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

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