Html Css Color HEX #550560 Hot Purple

📋 copy color: '#550560'

red 85 ◦ green 5 ◦ blue 96

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

Shades of Hot Purple #550560

Tints of Hot Purple #550560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 45.7%
G = 2.69%
B = 51.61%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550560 (or 0x550560) is known color: Hot Purple. HEX triplet: 55, 05 and 60. RGB value is (85,5,96). Sum of RGB (Red+Green+Blue) = 85+5+96=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #550560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550560 is #AAFA9F. Grayscale: #272727. Windows color (decimal): -11205280 or 6292821. OLE color: 6292821.

HSL color Cylindrical-coordinate representation of color #550560: hue angle of 292.75º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550560 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 5 96 -
CMYK 0.11 0.95 0 0.62
HSL 292.75º 0.9% 0.2% -
HSV(B) 292.75º 0.95% 0.38% -
XYZ 5.91 2.88 11.31 -
YUV 39.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 85 5 96 0.11 0.95 0 0.62 292.75 0.9 0.2
Hex 55 5 60 B 5F 0 3E 125 5A 14
Octal 125 5 140 13 137 0 76 445 132 24
Binary 1010101 101 1100000 1011 1011111 0 111110 100100101 1011010 10100

Color Harmonies of #550560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550560

Black with #550560

Text Example


Text Example

White with #550560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550560; }

 p { color: rgb(85,5,96); }

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

background-color css

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

 a { background-color: rgb(85,5,96); }

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

border-color css

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

 span { border-color: rgb(85,5,96); }

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