Html Css Color HEX #550958 Hot Purple

📋 copy color: '#550958'

red 85 ◦ green 9 ◦ blue 88

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

Shades of Hot Purple #550958

Tints of Hot Purple #550958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 46.7%
G = 4.95%
B = 48.35%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550958 (or 0x550958) is known color: Hot Purple. HEX triplet: 55, 09 and 58. RGB value is (85,9,88). Sum of RGB (Red+Green+Blue) = 85+9+88=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #550958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550958 is #AAF6A7. Grayscale: #282828. Windows color (decimal): -11204264 or 5769557. OLE color: 5769557.

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

Color convert

RGB 85 9 88 -
CMYK 0.03 0.90 0 0.65
HSL 297.72º 0.81% 0.19% -
HSV(B) 297.72º 0.9% 0.35% -
XYZ 5.61 2.83 9.48 -
YUV 40.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 85 9 88 0.03 0.90 0 0.65 297.72 0.81 0.19
Hex 55 9 58 3 5A 0 41 12A 51 13
Octal 125 11 130 3 132 0 101 452 121 23
Binary 1010101 1001 1011000 11 1011010 0 1000001 100101010 1010001 10011

Color Harmonies of #550958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550958

Black with #550958

Text Example


Text Example

White with #550958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550958; }

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

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

background-color css

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

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

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

border-color css

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

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

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