Html Css Color HEX #552458 Hot Purple

📋 copy color: '#552458'

red 85 ◦ green 36 ◦ blue 88

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

Shades of Hot Purple #552458

Tints of Hot Purple #552458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 40.67%
G = 17.22%
B = 42.11%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552458 (or 0x552458) is known color: Hot Purple. HEX triplet: 55, 24 and 58. RGB value is (85,36,88). Sum of RGB (Red+Green+Blue) = 85+36+88=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #552458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552458 is #AADBA7. Grayscale: #383838. Windows color (decimal): -11197352 or 5776469. OLE color: 5776469.

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

Color convert

RGB 85 36 88 -
CMYK 0.03 0.59 0 0.65
HSL 296.54º 0.42% 0.24% -
HSV(B) 296.54º 0.59% 0.35% -
XYZ 6.14 3.9 9.66 -
YUV 56.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 85 36 88 0.03 0.59 0 0.65 296.54 0.42 0.24
Hex 55 24 58 3 3B 0 41 129 2A 18
Octal 125 44 130 3 73 0 101 451 52 30
Binary 1010101 100100 1011000 11 111011 0 1000001 100101001 101010 11000

Color Harmonies of #552458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552458

Black with #552458

Text Example


Text Example

White with #552458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552458; }

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

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

background-color css

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

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

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

border-color css

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

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

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