Html Css Color HEX #852076 Dark Purple

📋 copy color: '#852076'

red 133 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #852076

Tints of Dark Purple #852076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 47%
G = 11.31%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852076 (or 0x852076) is known color: Dark Purple. HEX triplet: 85, 20 and 76. RGB value is (133,32,118). Sum of RGB (Red+Green+Blue) = 133+32+118=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852076 is #7ADF89. Grayscale: #474747. Windows color (decimal): -8052618 or 7741573. OLE color: 7741573.

HSL color Cylindrical-coordinate representation of color #852076: hue angle of 308.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852076 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 118 -
CMYK 0 0.76 0.11 0.48
HSL 308.91º 0.61% 0.32% -
HSV(B) 308.91º 0.76% 0.52% -
XYZ 13.46 7.33 17.84 -
YUV 72 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 133 32 118 0 0.76 0.11 0.48 308.91 0.61 0.32
Hex 85 20 76 0 4C B 30 135 3D 20
Octal 205 40 166 0 114 13 60 465 75 40
Binary 10000101 100000 1110110 0 1001100 1011 110000 100110101 111101 100000

Color Harmonies of #852076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852076

Black with #852076

Text Example


Text Example

White with #852076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852076; }

 p { color: rgb(133,32,118); }

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

background-color css

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

 a { background-color: rgb(133,32,118); }

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

border-color css

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

 span { border-color: rgb(133,32,118); }

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