Html Css Color HEX #552758 Hot Purple

📋 copy color: '#552758'

red 85 ◦ green 39 ◦ blue 88

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

Shades of Hot Purple #552758

Tints of Hot Purple #552758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 40.09%
G = 18.4%
B = 41.51%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552758 (or 0x552758) is known color: Hot Purple. HEX triplet: 55, 27 and 58. RGB value is (85,39,88). Sum of RGB (Red+Green+Blue) = 85+39+88=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #552758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552758 is #AAD8A7. Grayscale: #3A3A3A. Windows color (decimal): -11196584 or 5777237. OLE color: 5777237.

HSL color Cylindrical-coordinate representation of color #552758: hue angle of 296.33º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552758 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 39 88 -
CMYK 0.03 0.56 0 0.65
HSL 296.33º 0.39% 0.25% -
HSV(B) 296.33º 0.56% 0.35% -
XYZ 6.23 4.09 9.69 -
YUV 58.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 85 39 88 0.03 0.56 0 0.65 296.33 0.39 0.25
Hex 55 27 58 3 38 0 41 128 27 19
Octal 125 47 130 3 70 0 101 450 47 31
Binary 1010101 100111 1011000 11 111000 0 1000001 100101000 100111 11001

Color Harmonies of #552758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552758

Black with #552758

Text Example


Text Example

White with #552758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552758; }

 p { color: rgb(85,39,88); }

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

background-color css

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

 a { background-color: rgb(85,39,88); }

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

border-color css

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

 span { border-color: rgb(85,39,88); }

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