Html Css Color HEX #85247C Dark Purple

📋 copy color: '#85247C'

red 133 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #85247C

Tints of Dark Purple #85247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.29%

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

R = 45.39%
G = 12.29%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85247C (or 0x85247C) is known color: Dark Purple. HEX triplet: 85, 24 and 7C. RGB value is (133,36,124). Sum of RGB (Red+Green+Blue) = 133+36+124=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85247C is #7ADB83. Grayscale: #4A4A4A. Windows color (decimal): -8051588 or 8135813. OLE color: 8135813.

HSL color Cylindrical-coordinate representation of color #85247C: hue angle of 305.57º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85247C is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 124 -
CMYK 0 0.73 0.07 0.48
HSL 305.57º 0.57% 0.33% -
HSV(B) 305.57º 0.73% 0.52% -
XYZ 13.94 7.7 19.82 -
YUV 75.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 133 36 124 0 0.73 0.07 0.48 305.57 0.57 0.33
Hex 85 24 7C 0 49 7 30 132 39 21
Octal 205 44 174 0 111 7 60 462 71 41
Binary 10000101 100100 1111100 0 1001001 111 110000 100110010 111001 100001

Color Harmonies of #85247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85247C

Black with #85247C

Text Example


Text Example

White with #85247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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