Html Css Color HEX #552A60 Hot Purple

📋 copy color: '#552A60'

red 85 ◦ green 42 ◦ blue 96

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

Shades of Hot Purple #552A60

Tints of Hot Purple #552A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 38.12%
G = 18.83%
B = 43.05%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552A60 (or 0x552A60) is known color: Hot Purple. HEX triplet: 55, 2A and 60. RGB value is (85,42,96). Sum of RGB (Red+Green+Blue) = 85+42+96=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #552A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A60 is #AAD59F. Grayscale: #3C3C3C. Windows color (decimal): -11195808 or 6302293. OLE color: 6302293.

HSL color Cylindrical-coordinate representation of color #552A60: hue angle of 287.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552A60 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 42 96 -
CMYK 0.11 0.56 0 0.62
HSL 287.78º 0.39% 0.27% -
HSV(B) 287.78º 0.56% 0.38% -
XYZ 6.69 4.43 11.57 -
YUV 61.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 85 42 96 0.11 0.56 0 0.62 287.78 0.39 0.27
Hex 55 2A 60 B 38 0 3E 120 27 1B
Octal 125 52 140 13 70 0 76 440 47 33
Binary 1010101 101010 1100000 1011 111000 0 111110 100100000 100111 11011

Color Harmonies of #552A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A60

Black with #552A60

Text Example


Text Example

White with #552A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552A60; }

 p { color: rgb(85,42,96); }

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

background-color css

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

 a { background-color: rgb(85,42,96); }

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

border-color css

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

 span { border-color: rgb(85,42,96); }

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