Html Css Color HEX #852877 Dark Purple

📋 copy color: '#852877'

red 133 ◦ green 40 ◦ blue 119

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

Shades of Dark Purple #852877

Tints of Dark Purple #852877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 45.55%
G = 13.7%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852877 (or 0x852877) is known color: Dark Purple. HEX triplet: 85, 28 and 77. RGB value is (133,40,119). Sum of RGB (Red+Green+Blue) = 133+40+119=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #852877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852877 is #7AD788. Grayscale: #4C4C4C. Windows color (decimal): -8050569 or 7809157. OLE color: 7809157.

HSL color Cylindrical-coordinate representation of color #852877: hue angle of 309.03º 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 #852877 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 119 -
CMYK 0 0.70 0.11 0.48
HSL 309.03º 0.54% 0.34% -
HSV(B) 309.03º 0.7% 0.52% -
XYZ 13.76 7.84 18.24 -
YUV 76.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 133 40 119 0 0.70 0.11 0.48 309.03 0.54 0.34
Hex 85 28 77 0 46 B 30 135 36 22
Octal 205 50 167 0 106 13 60 465 66 42
Binary 10000101 101000 1110111 0 1000110 1011 110000 100110101 110110 100010

Color Harmonies of #852877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852877

Black with #852877

Text Example


Text Example

White with #852877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852877; }

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

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

background-color css

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

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

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

border-color css

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

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

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