Html Css Color HEX #812370 Dark Purple

📋 copy color: '#812370'

red 129 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #812370

Tints of Dark Purple #812370

RGB

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

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

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

R = 46.74%
G = 12.68%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#812370 (or 0x812370) is known color: Dark Purple. HEX triplet: 81, 23 and 70. RGB value is (129,35,112). Sum of RGB (Red+Green+Blue) = 129+35+112=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #812370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812370 is #7EDC8F. Grayscale: #474747. Windows color (decimal): -8314000 or 7349121. OLE color: 7349121.

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

Color convert

RGB 129 35 112 -
CMYK 0 0.73 0.13 0.49
HSL 310.85º 0.57% 0.32% -
HSV(B) 310.85º 0.73% 0.51% -
XYZ 12.58 7.04 16.02 -
YUV 71.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 129 35 112 0 0.73 0.13 0.49 310.85 0.57 0.32
Hex 81 23 70 0 49 D 31 137 39 20
Octal 201 43 160 0 111 15 61 467 71 40
Binary 10000001 100011 1110000 0 1001001 1101 110001 100110111 111001 100000

Color Harmonies of #812370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812370

Black with #812370

Text Example


Text Example

White with #812370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812370; }

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

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

background-color css

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

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

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

border-color css

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

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

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