Html Css Color HEX #55285C Hot Purple

📋 copy color: '#55285C'

red 85 ◦ green 40 ◦ blue 92

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

Shades of Hot Purple #55285C

Tints of Hot Purple #55285C

RGB

 RED value IS 85 (33.59% from 255) = 39.17%

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 39.17%
G = 18.43%
B = 42.4%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55285C (or 0x55285C) is known color: Hot Purple. HEX triplet: 55, 28 and 5C. RGB value is (85,40,92). Sum of RGB (Red+Green+Blue) = 85+40+92=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #55285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55285C is #AAD7A3. Grayscale: #3B3B3B. Windows color (decimal): -11196324 or 6039637. OLE color: 6039637.

HSL color Cylindrical-coordinate representation of color #55285C: hue angle of 291.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55285C is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 40 92 -
CMYK 0.08 0.57 0 0.64
HSL 291.92º 0.39% 0.26% -
HSV(B) 291.92º 0.57% 0.36% -
XYZ 6.44 4.22 10.6 -
YUV 59.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 85 40 92 0.08 0.57 0 0.64 291.92 0.39 0.26
Hex 55 28 5C 8 39 0 40 124 27 1A
Octal 125 50 134 10 71 0 100 444 47 32
Binary 1010101 101000 1011100 1000 111001 0 1000000 100100100 100111 11010

Color Harmonies of #55285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55285C

Black with #55285C

Text Example


Text Example

White with #55285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,40,92); }

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

background-color css

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

 a { background-color: rgb(85,40,92); }

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

border-color css

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

 span { border-color: rgb(85,40,92); }

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