Html Css Color HEX #552052 Hot Purple

📋 copy color: '#552052'

red 85 ◦ green 32 ◦ blue 82

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

Shades of Hot Purple #552052

Tints of Hot Purple #552052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 42.71%
G = 16.08%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#552052 (or 0x552052) is known color: Hot Purple. HEX triplet: 55, 20 and 52. RGB value is (85,32,82). Sum of RGB (Red+Green+Blue) = 85+32+82=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #552052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552052 is #AADFAD. Grayscale: #353535. Windows color (decimal): -11198382 or 5382229. OLE color: 5382229.

HSL color Cylindrical-coordinate representation of color #552052: hue angle of 303.4º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552052 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 82 -
CMYK 0 0.62 0.04 0.67
HSL 303.4º 0.45% 0.23% -
HSV(B) 303.4º 0.62% 0.33% -
XYZ 5.79 3.57 8.37 -
YUV 53.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 85 32 82 0 0.62 0.04 0.67 303.4 0.45 0.23
Hex 55 20 52 0 3E 4 43 12F 2D 17
Octal 125 40 122 0 76 4 103 457 55 27
Binary 1010101 100000 1010010 0 111110 100 1000011 100101111 101101 10111

Color Harmonies of #552052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552052

Black with #552052

Text Example


Text Example

White with #552052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552052; }

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

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

background-color css

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

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

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

border-color css

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

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

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