Html Css Color HEX #552560 Hot Purple

📋 copy color: '#552560'

red 85 ◦ green 37 ◦ blue 96

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

Shades of Hot Purple #552560

Tints of Hot Purple #552560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 38.99%
G = 16.97%
B = 44.04%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552560 (or 0x552560) is known color: Hot Purple. HEX triplet: 55, 25 and 60. RGB value is (85,37,96). Sum of RGB (Red+Green+Blue) = 85+37+96=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #552560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552560 is #AADA9F. Grayscale: #393939. Windows color (decimal): -11197088 or 6301013. OLE color: 6301013.

HSL color Cylindrical-coordinate representation of color #552560: hue angle of 288.81º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552560 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 37 96 -
CMYK 0.11 0.61 0 0.62
HSL 288.81º 0.44% 0.26% -
HSV(B) 288.81º 0.61% 0.38% -
XYZ 6.52 4.1 11.51 -
YUV 58.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 85 37 96 0.11 0.61 0 0.62 288.81 0.44 0.26
Hex 55 25 60 B 3D 0 3E 121 2C 1A
Octal 125 45 140 13 75 0 76 441 54 32
Binary 1010101 100101 1100000 1011 111101 0 111110 100100001 101100 11010

Color Harmonies of #552560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552560

Black with #552560

Text Example


Text Example

White with #552560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552560; }

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

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

background-color css

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

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

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

border-color css

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

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

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