Html Css Color HEX #850E70 Dark Purple

📋 copy color: '#850E70'

red 133 ◦ green 14 ◦ blue 112

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

Shades of Dark Purple #850E70

Tints of Dark Purple #850E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.41%

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

R = 51.35%
G = 5.41%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#850E70 (or 0x850E70) is known color: Dark Purple. HEX triplet: 85, 0E and 70. RGB value is (133,14,112). Sum of RGB (Red+Green+Blue) = 133+14+112=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #850E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E70 is #7AF18F. Grayscale: #3C3C3C. Windows color (decimal): -8057232 or 7343749. OLE color: 7343749.

HSL color Cylindrical-coordinate representation of color #850E70: hue angle of 310.59º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E70 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 112 -
CMYK 0 0.89 0.16 0.48
HSL 310.59º 0.81% 0.29% -
HSV(B) 310.59º 0.89% 0.52% -
XYZ 12.75 6.47 15.91 -
YUV 60.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 133 14 112 0 0.89 0.16 0.48 310.59 0.81 0.29
Hex 85 E 70 0 59 10 30 137 51 1D
Octal 205 16 160 0 131 20 60 467 121 35
Binary 10000101 1110 1110000 0 1011001 10000 110000 100110111 1010001 11101

Color Harmonies of #850E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E70

Black with #850E70

Text Example


Text Example

White with #850E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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