Html Css Color HEX #553557 Hot Purple

📋 copy color: '#553557'

red 85 ◦ green 53 ◦ blue 87

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

Shades of Hot Purple #553557

Tints of Hot Purple #553557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.56%

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

R = 37.78%
G = 23.56%
B = 38.67%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#553557 (or 0x553557) is known color: Hot Purple. HEX triplet: 55, 35 and 57. RGB value is (85,53,87). Sum of RGB (Red+Green+Blue) = 85+53+87=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #553557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553557 is #AACAA8. Grayscale: #424242. Windows color (decimal): -11193001 or 5715285. OLE color: 5715285.

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

Color convert

RGB 85 53 87 -
CMYK 0.02 0.39 0 0.66
HSL 296.47º 0.24% 0.27% -
HSV(B) 296.47º 0.39% 0.34% -
XYZ 6.74 5.17 9.66 -
YUV 66.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 85 53 87 0.02 0.39 0 0.66 296.47 0.24 0.27
Hex 55 35 57 2 27 0 42 128 18 1B
Octal 125 65 127 2 47 0 102 450 30 33
Binary 1010101 110101 1010111 10 100111 0 1000010 100101000 11000 11011

Color Harmonies of #553557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553557

Black with #553557

Text Example


Text Example

White with #553557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553557; }

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

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

background-color css

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

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

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

border-color css

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

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

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