Html Css Color HEX #85207C Dark Purple

📋 copy color: '#85207C'

red 133 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #85207C

Tints of Dark Purple #85207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 46.02%
G = 11.07%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85207C (or 0x85207C) is known color: Dark Purple. HEX triplet: 85, 20 and 7C. RGB value is (133,32,124). Sum of RGB (Red+Green+Blue) = 133+32+124=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207C is #7ADF83. Grayscale: #484848. Windows color (decimal): -8052612 or 8134789. OLE color: 8134789.

HSL color Cylindrical-coordinate representation of color #85207C: hue angle of 305.35º 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 #85207C is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 124 -
CMYK 0 0.76 0.07 0.48
HSL 305.35º 0.61% 0.32% -
HSV(B) 305.35º 0.76% 0.52% -
XYZ 13.83 7.47 19.78 -
YUV 72.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 133 32 124 0 0.76 0.07 0.48 305.35 0.61 0.32
Hex 85 20 7C 0 4C 7 30 131 3D 20
Octal 205 40 174 0 114 7 60 461 75 40
Binary 10000101 100000 1111100 0 1001100 111 110000 100110001 111101 100000

Color Harmonies of #85207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85207C

Black with #85207C

Text Example


Text Example

White with #85207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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