Html Css Color HEX #551561 Hot Purple

📋 copy color: '#551561'

red 85 ◦ green 21 ◦ blue 97

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

Shades of Hot Purple #551561

Tints of Hot Purple #551561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 41.87%
G = 10.34%
B = 47.78%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551561 (or 0x551561) is known color: Hot Purple. HEX triplet: 55, 15 and 61. RGB value is (85,21,97). Sum of RGB (Red+Green+Blue) = 85+21+97=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #551561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551561 is #AAEA9E. Grayscale: #303030. Windows color (decimal): -11201183 or 6362453. OLE color: 6362453.

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

Color convert

RGB 85 21 97 -
CMYK 0.12 0.78 0 0.62
HSL 290.53º 0.64% 0.23% -
HSV(B) 290.53º 0.78% 0.38% -
XYZ 6.17 3.33 11.63 -
YUV 48.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 85 21 97 0.12 0.78 0 0.62 290.53 0.64 0.23
Hex 55 15 61 C 4E 0 3E 123 40 17
Octal 125 25 141 14 116 0 76 443 100 27
Binary 1010101 10101 1100001 1100 1001110 0 111110 100100011 1000000 10111

Color Harmonies of #551561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551561

Black with #551561

Text Example


Text Example

White with #551561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551561; }

 p { color: rgb(85,21,97); }

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

background-color css

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

 a { background-color: rgb(85,21,97); }

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

border-color css

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

 span { border-color: rgb(85,21,97); }

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