Html Css Color HEX #552858 Hot Purple

📋 copy color: '#552858'

red 85 ◦ green 40 ◦ blue 88

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

Shades of Hot Purple #552858

Tints of Hot Purple #552858

RGB

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

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

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

R = 39.91%
G = 18.78%
B = 41.31%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552858 (or 0x552858) is known color: Hot Purple. HEX triplet: 55, 28 and 58. RGB value is (85,40,88). Sum of RGB (Red+Green+Blue) = 85+40+88=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #552858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552858 is #AAD7A7. Grayscale: #3A3A3A. Windows color (decimal): -11196328 or 5777493. OLE color: 5777493.

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

Color convert

RGB 85 40 88 -
CMYK 0.03 0.55 0 0.65
HSL 296.25º 0.38% 0.25% -
HSV(B) 296.25º 0.55% 0.35% -
XYZ 6.27 4.15 9.7 -
YUV 58.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 85 40 88 0.03 0.55 0 0.65 296.25 0.38 0.25
Hex 55 28 58 3 37 0 41 128 26 19
Octal 125 50 130 3 67 0 101 450 46 31
Binary 1010101 101000 1011000 11 110111 0 1000001 100101000 100110 11001

Color Harmonies of #552858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552858

Black with #552858

Text Example


Text Example

White with #552858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552858; }

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

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

background-color css

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

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

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

border-color css

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

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

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