Html Css Color HEX #851370 Dark Purple

📋 copy color: '#851370'

red 133 ◦ green 19 ◦ blue 112

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

Shades of Dark Purple #851370

Tints of Dark Purple #851370

RGB

 RED value IS 133 (52.34% from 255) = 50.38%

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 50.38%
G = 7.2%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#851370 (or 0x851370) is known color: Dark Purple. HEX triplet: 85, 13 and 70. RGB value is (133,19,112). Sum of RGB (Red+Green+Blue) = 133+19+112=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #851370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851370 is #7AEC8F. Grayscale: #3F3F3F. Windows color (decimal): -8055952 or 7345029. OLE color: 7345029.

HSL color Cylindrical-coordinate representation of color #851370: hue angle of 311.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851370 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 112 -
CMYK 0 0.86 0.16 0.48
HSL 311.05º 0.75% 0.3% -
HSV(B) 311.05º 0.86% 0.52% -
XYZ 12.83 6.62 15.93 -
YUV 63.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 133 19 112 0 0.86 0.16 0.48 311.05 0.75 0.3
Hex 85 13 70 0 56 10 30 137 4B 1E
Octal 205 23 160 0 126 20 60 467 113 36
Binary 10000101 10011 1110000 0 1010110 10000 110000 100110111 1001011 11110

Color Harmonies of #851370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851370

Black with #851370

Text Example


Text Example

White with #851370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851370; }

 p { color: rgb(133,19,112); }

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

background-color css

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

 a { background-color: rgb(133,19,112); }

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

border-color css

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

 span { border-color: rgb(133,19,112); }

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