Html Css Color HEX #551661 Hot Purple

📋 copy color: '#551661'

red 85 ◦ green 22 ◦ blue 97

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

Shades of Hot Purple #551661

Tints of Hot Purple #551661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

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

R = 41.67%
G = 10.78%
B = 47.55%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#551661 (or 0x551661) is known color: Hot Purple. HEX triplet: 55, 16 and 61. RGB value is (85,22,97). Sum of RGB (Red+Green+Blue) = 85+22+97=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #551661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551661 is #AAE99E. Grayscale: #313131. Windows color (decimal): -11200927 or 6362709. OLE color: 6362709.

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

Color convert

RGB 85 22 97 -
CMYK 0.12 0.77 0 0.62
HSL 290.4º 0.63% 0.23% -
HSV(B) 290.4º 0.77% 0.38% -
XYZ 6.19 3.37 11.63 -
YUV 49.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 85 22 97 0.12 0.77 0 0.62 290.4 0.63 0.23
Hex 55 16 61 C 4D 0 3E 122 3F 17
Octal 125 26 141 14 115 0 76 442 77 27
Binary 1010101 10110 1100001 1100 1001101 0 111110 100100010 111111 10111

Color Harmonies of #551661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551661

Black with #551661

Text Example


Text Example

White with #551661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551661; }

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

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

background-color css

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

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

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

border-color css

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

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

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