Html Css Color HEX #852170 Dark Purple

📋 copy color: '#852170'

red 133 ◦ green 33 ◦ blue 112

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

Shades of Dark Purple #852170

Tints of Dark Purple #852170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 47.84%
G = 11.87%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#852170 (or 0x852170) is known color: Dark Purple. HEX triplet: 85, 21 and 70. RGB value is (133,33,112). Sum of RGB (Red+Green+Blue) = 133+33+112=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #852170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852170 is #7ADE8F. Grayscale: #474747. Windows color (decimal): -8052368 or 7348613. OLE color: 7348613.

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

Color convert

RGB 133 33 112 -
CMYK 0 0.75 0.16 0.48
HSL 312.6º 0.6% 0.33% -
HSV(B) 312.6º 0.75% 0.52% -
XYZ 13.14 7.24 16.03 -
YUV 71.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 133 33 112 0 0.75 0.16 0.48 312.6 0.6 0.33
Hex 85 21 70 0 4B 10 30 139 3C 21
Octal 205 41 160 0 113 20 60 471 74 41
Binary 10000101 100001 1110000 0 1001011 10000 110000 100111001 111100 100001

Color Harmonies of #852170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852170

Black with #852170

Text Example


Text Example

White with #852170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852170; }

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

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

background-color css

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

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

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

border-color css

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

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

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