Html Css Color HEX #550957 Hot Purple

📋 copy color: '#550957'

red 85 ◦ green 9 ◦ blue 87

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

Shades of Hot Purple #550957

Tints of Hot Purple #550957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

 BLUE value IS 87 (34.38% from 255) = 48.07%

R = 46.96%
G = 4.97%
B = 48.07%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#550957 (or 0x550957) is known color: Hot Purple. HEX triplet: 55, 09 and 57. RGB value is (85,9,87). Sum of RGB (Red+Green+Blue) = 85+9+87=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #550957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550957 is #AAF6A8. Grayscale: #282828. Windows color (decimal): -11204265 or 5704021. OLE color: 5704021.

HSL color Cylindrical-coordinate representation of color #550957: hue angle of 298.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550957 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 9 87 -
CMYK 0.02 0.90 0 0.66
HSL 298.46º 0.81% 0.19% -
HSV(B) 298.46º 0.9% 0.34% -
XYZ 5.56 2.81 9.27 -
YUV 40.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 85 9 87 0.02 0.90 0 0.66 298.46 0.81 0.19
Hex 55 9 57 2 5A 0 42 12A 51 13
Octal 125 11 127 2 132 0 102 452 121 23
Binary 1010101 1001 1010111 10 1011010 0 1000010 100101010 1010001 10011

Color Harmonies of #550957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550957

Black with #550957

Text Example


Text Example

White with #550957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550957; }

 p { color: rgb(85,9,87); }

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

background-color css

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

 a { background-color: rgb(85,9,87); }

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

border-color css

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

 span { border-color: rgb(85,9,87); }

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