Html Css Color HEX #552057 Hot Purple

📋 copy color: '#552057'

red 85 ◦ green 32 ◦ blue 87

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

Shades of Hot Purple #552057

Tints of Hot Purple #552057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.65%

R = 41.67%
G = 15.69%
B = 42.65%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#552057 (or 0x552057) is known color: Hot Purple. HEX triplet: 55, 20 and 57. RGB value is (85,32,87). Sum of RGB (Red+Green+Blue) = 85+32+87=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #552057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552057 is #AADFA8. Grayscale: #353535. Windows color (decimal): -11198377 or 5709909. OLE color: 5709909.

HSL color Cylindrical-coordinate representation of color #552057: hue angle of 297.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552057 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 32 87 -
CMYK 0.02 0.63 0 0.66
HSL 297.82º 0.46% 0.23% -
HSV(B) 297.82º 0.63% 0.34% -
XYZ 5.98 3.65 9.41 -
YUV 54.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 85 32 87 0.02 0.63 0 0.66 297.82 0.46 0.23
Hex 55 20 57 2 3F 0 42 12A 2E 17
Octal 125 40 127 2 77 0 102 452 56 27
Binary 1010101 100000 1010111 10 111111 0 1000010 100101010 101110 10111

Color Harmonies of #552057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552057

Black with #552057

Text Example


Text Example

White with #552057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552057; }

 p { color: rgb(85,32,87); }

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

background-color css

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

 a { background-color: rgb(85,32,87); }

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

border-color css

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

 span { border-color: rgb(85,32,87); }

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