Html Css Color HEX #552058 Hot Purple

📋 copy color: '#552058'

red 85 ◦ green 32 ◦ blue 88

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

Shades of Hot Purple #552058

Tints of Hot Purple #552058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

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

R = 41.46%
G = 15.61%
B = 42.93%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552058 (or 0x552058) is known color: Hot Purple. HEX triplet: 55, 20 and 58. RGB value is (85,32,88). Sum of RGB (Red+Green+Blue) = 85+32+88=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #552058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552058 is #AADFA7. Grayscale: #363636. Windows color (decimal): -11198376 or 5775445. OLE color: 5775445.

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

Color convert

RGB 85 32 88 -
CMYK 0.03 0.64 0 0.65
HSL 296.79º 0.47% 0.24% -
HSV(B) 296.79º 0.64% 0.35% -
XYZ 6.02 3.67 9.62 -
YUV 54.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 85 32 88 0.03 0.64 0 0.65 296.79 0.47 0.24
Hex 55 20 58 3 40 0 41 129 2F 18
Octal 125 40 130 3 100 0 101 451 57 30
Binary 1010101 100000 1011000 11 1000000 0 1000001 100101001 101111 11000

Color Harmonies of #552058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552058

Black with #552058

Text Example


Text Example

White with #552058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552058; }

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

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

background-color css

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

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

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

border-color css

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

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

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