Html Css Color HEX #552360 Hot Purple

📋 copy color: '#552360'

red 85 ◦ green 35 ◦ blue 96

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

Shades of Hot Purple #552360

Tints of Hot Purple #552360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 39.35%
G = 16.2%
B = 44.44%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552360 (or 0x552360) is known color: Hot Purple. HEX triplet: 55, 23 and 60. RGB value is (85,35,96). Sum of RGB (Red+Green+Blue) = 85+35+96=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #552360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552360 is #AADC9F. Grayscale: #383838. Windows color (decimal): -11197600 or 6300501. OLE color: 6300501.

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

Color convert

RGB 85 35 96 -
CMYK 0.11 0.64 0 0.62
HSL 289.18º 0.47% 0.26% -
HSV(B) 289.18º 0.64% 0.38% -
XYZ 6.46 3.98 11.49 -
YUV 56.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 85 35 96 0.11 0.64 0 0.62 289.18 0.47 0.26
Hex 55 23 60 B 40 0 3E 121 2F 1A
Octal 125 43 140 13 100 0 76 441 57 32
Binary 1010101 100011 1100000 1011 1000000 0 111110 100100001 101111 11010

Color Harmonies of #552360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552360

Black with #552360

Text Example


Text Example

White with #552360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552360; }

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

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

background-color css

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

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

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

border-color css

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

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

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