Html Css Color HEX #553057 Hot Purple

📋 copy color: '#553057'

red 85 ◦ green 48 ◦ blue 87

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

Shades of Hot Purple #553057

Tints of Hot Purple #553057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 38.64%
G = 21.82%
B = 39.55%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#553057 (or 0x553057) is known color: Hot Purple. HEX triplet: 55, 30 and 57. RGB value is (85,48,87). Sum of RGB (Red+Green+Blue) = 85+48+87=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #553057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553057 is #AACFA8. Grayscale: #3F3F3F. Windows color (decimal): -11194281 or 5714005. OLE color: 5714005.

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

Color convert

RGB 85 48 87 -
CMYK 0.02 0.45 0 0.66
HSL 296.92º 0.29% 0.26% -
HSV(B) 296.92º 0.45% 0.34% -
XYZ 6.52 4.73 9.59 -
YUV 63.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 85 48 87 0.02 0.45 0 0.66 296.92 0.29 0.26
Hex 55 30 57 2 2D 0 42 129 1D 1A
Octal 125 60 127 2 55 0 102 451 35 32
Binary 1010101 110000 1010111 10 101101 0 1000010 100101001 11101 11010

Color Harmonies of #553057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553057

Black with #553057

Text Example


Text Example

White with #553057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553057; }

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

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

background-color css

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

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

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

border-color css

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

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

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