Html Css Color HEX #852870 Dark Purple

📋 copy color: '#852870'

red 133 ◦ green 40 ◦ blue 112

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

Shades of Dark Purple #852870

Tints of Dark Purple #852870

RGB

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

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

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

R = 46.67%
G = 14.04%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#852870 (or 0x852870) is known color: Dark Purple. HEX triplet: 85, 28 and 70. RGB value is (133,40,112). Sum of RGB (Red+Green+Blue) = 133+40+112=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852870 is #7AD78F. Grayscale: #4B4B4B. Windows color (decimal): -8050576 or 7350405. OLE color: 7350405.

HSL color Cylindrical-coordinate representation of color #852870: hue angle of 313.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852870 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 112 -
CMYK 0 0.70 0.16 0.48
HSL 313.55º 0.54% 0.34% -
HSV(B) 313.55º 0.7% 0.52% -
XYZ 13.36 7.67 16.11 -
YUV 76.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 133 40 112 0 0.70 0.16 0.48 313.55 0.54 0.34
Hex 85 28 70 0 46 10 30 13A 36 22
Octal 205 50 160 0 106 20 60 472 66 42
Binary 10000101 101000 1110000 0 1000110 10000 110000 100111010 110110 100010

Color Harmonies of #852870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852870

Black with #852870

Text Example


Text Example

White with #852870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852870; }

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

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

background-color css

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

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

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

border-color css

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

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

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