Html Css Color HEX #551B60 Hot Purple

📋 copy color: '#551B60'

red 85 ◦ green 27 ◦ blue 96

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

Shades of Hot Purple #551B60

Tints of Hot Purple #551B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

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

R = 40.87%
G = 12.98%
B = 46.15%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551B60 (or 0x551B60) is known color: Hot Purple. HEX triplet: 55, 1B and 60. RGB value is (85,27,96). Sum of RGB (Red+Green+Blue) = 85+27+96=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #551B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B60 is #AAE49F. Grayscale: #333333. Windows color (decimal): -11199648 or 6298453. OLE color: 6298453.

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

Color convert

RGB 85 27 96 -
CMYK 0.11 0.72 0 0.62
HSL 290.43º 0.56% 0.24% -
HSV(B) 290.43º 0.72% 0.38% -
XYZ 6.25 3.56 11.42 -
YUV 52.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 85 27 96 0.11 0.72 0 0.62 290.43 0.56 0.24
Hex 55 1B 60 B 48 0 3E 122 38 18
Octal 125 33 140 13 110 0 76 442 70 30
Binary 1010101 11011 1100000 1011 1001000 0 111110 100100010 111000 11000

Color Harmonies of #551B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B60

Black with #551B60

Text Example


Text Example

White with #551B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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