Html Css Color HEX #550A61 Hot Purple

📋 copy color: '#550A61'

red 85 ◦ green 10 ◦ blue 97

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

Shades of Hot Purple #550A61

Tints of Hot Purple #550A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.21%

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

R = 44.27%
G = 5.21%
B = 50.52%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550A61 (or 0x550A61) is known color: Hot Purple. HEX triplet: 55, 0A and 61. RGB value is (85,10,97). Sum of RGB (Red+Green+Blue) = 85+10+97=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #550A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A61 is #AAF59E. Grayscale: #2A2A2A. Windows color (decimal): -11203999 or 6359637. OLE color: 6359637.

HSL color Cylindrical-coordinate representation of color #550A61: hue angle of 291.72º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550A61 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 10 97 -
CMYK 0.12 0.90 0 0.62
HSL 291.72º 0.81% 0.21% -
HSV(B) 291.72º 0.9% 0.38% -
XYZ 6.01 3.01 11.57 -
YUV 42.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 85 10 97 0.12 0.90 0 0.62 291.72 0.81 0.21
Hex 55 A 61 C 5A 0 3E 124 51 15
Octal 125 12 141 14 132 0 76 444 121 25
Binary 1010101 1010 1100001 1100 1011010 0 111110 100100100 1010001 10101

Color Harmonies of #550A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A61

Black with #550A61

Text Example


Text Example

White with #550A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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