Html Css Color HEX #550C59 Hot Purple

📋 copy color: '#550C59'

red 85 ◦ green 12 ◦ blue 89

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

Shades of Hot Purple #550C59

Tints of Hot Purple #550C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 45.7%
G = 6.45%
B = 47.85%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550C59 (or 0x550C59) is known color: Hot Purple. HEX triplet: 55, 0C and 59. RGB value is (85,12,89). Sum of RGB (Red+Green+Blue) = 85+12+89=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #550C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C59 is #AAF3A6. Grayscale: #2A2A2A. Windows color (decimal): -11203495 or 5835861. OLE color: 5835861.

HSL color Cylindrical-coordinate representation of color #550C59: hue angle of 296.88º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550C59 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 12 89 -
CMYK 0.04 0.87 0 0.65
HSL 296.88º 0.76% 0.2% -
HSV(B) 296.88º 0.87% 0.35% -
XYZ 5.68 2.92 9.71 -
YUV 42.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 85 12 89 0.04 0.87 0 0.65 296.88 0.76 0.2
Hex 55 C 59 4 57 0 41 129 4C 14
Octal 125 14 131 4 127 0 101 451 114 24
Binary 1010101 1100 1011001 100 1010111 0 1000001 100101001 1001100 10100

Color Harmonies of #550C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C59

Black with #550C59

Text Example


Text Example

White with #550C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,12,89); }

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

background-color css

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

 a { background-color: rgb(85,12,89); }

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

border-color css

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

 span { border-color: rgb(85,12,89); }

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