Html Css Color HEX #551461 Hot Purple

📋 copy color: '#551461'

red 85 ◦ green 20 ◦ blue 97

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

Shades of Hot Purple #551461

Tints of Hot Purple #551461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 42.08%
G = 9.9%
B = 48.02%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551461 (or 0x551461) is known color: Hot Purple. HEX triplet: 55, 14 and 61. RGB value is (85,20,97). Sum of RGB (Red+Green+Blue) = 85+20+97=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #551461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551461 is #AAEB9E. Grayscale: #2F2F2F. Windows color (decimal): -11201439 or 6362197. OLE color: 6362197.

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

Color convert

RGB 85 20 97 -
CMYK 0.12 0.79 0 0.62
HSL 290.65º 0.66% 0.23% -
HSV(B) 290.65º 0.79% 0.38% -
XYZ 6.15 3.29 11.62 -
YUV 48.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 85 20 97 0.12 0.79 0 0.62 290.65 0.66 0.23
Hex 55 14 61 C 4F 0 3E 123 42 17
Octal 125 24 141 14 117 0 76 443 102 27
Binary 1010101 10100 1100001 1100 1001111 0 111110 100100011 1000010 10111

Color Harmonies of #551461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551461

Black with #551461

Text Example


Text Example

White with #551461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551461; }

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

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

background-color css

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

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

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

border-color css

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

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

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