Html Css Color HEX #551960 Hot Purple

📋 copy color: '#551960'

red 85 ◦ green 25 ◦ blue 96

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

Shades of Hot Purple #551960

Tints of Hot Purple #551960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 41.26%
G = 12.14%
B = 46.6%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551960 (or 0x551960) is known color: Hot Purple. HEX triplet: 55, 19 and 60. RGB value is (85,25,96). Sum of RGB (Red+Green+Blue) = 85+25+96=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #551960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551960 is #AAE69F. Grayscale: #323232. Windows color (decimal): -11200160 or 6297941. OLE color: 6297941.

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

Color convert

RGB 85 25 96 -
CMYK 0.11 0.74 0 0.62
HSL 290.7º 0.59% 0.24% -
HSV(B) 290.7º 0.74% 0.38% -
XYZ 6.21 3.47 11.41 -
YUV 51.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 85 25 96 0.11 0.74 0 0.62 290.7 0.59 0.24
Hex 55 19 60 B 4A 0 3E 123 3B 18
Octal 125 31 140 13 112 0 76 443 73 30
Binary 1010101 11001 1100000 1011 1001010 0 111110 100100011 111011 11000

Color Harmonies of #551960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551960

Black with #551960

Text Example


Text Example

White with #551960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551960; }

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

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

background-color css

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

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

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

border-color css

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

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

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