Html Css Color HEX #550658 Hot Purple

📋 copy color: '#550658'

red 85 ◦ green 6 ◦ blue 88

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

Shades of Hot Purple #550658

Tints of Hot Purple #550658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 47.49%
G = 3.35%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#550658 (or 0x550658) is known color: Hot Purple. HEX triplet: 55, 06 and 58. RGB value is (85,6,88). Sum of RGB (Red+Green+Blue) = 85+6+88=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #550658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550658 is #AAF9A7. Grayscale: #262626. Windows color (decimal): -11205032 or 5768789. OLE color: 5768789.

HSL color Cylindrical-coordinate representation of color #550658: hue angle of 297.8º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550658 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 6 88 -
CMYK 0.03 0.93 0 0.65
HSL 297.8º 0.87% 0.18% -
HSV(B) 297.8º 0.93% 0.35% -
XYZ 5.57 2.77 9.47 -
YUV 38.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 85 6 88 0.03 0.93 0 0.65 297.8 0.87 0.18
Hex 55 6 58 3 5D 0 41 12A 57 12
Octal 125 6 130 3 135 0 101 452 127 22
Binary 1010101 110 1011000 11 1011101 0 1000001 100101010 1010111 10010

Color Harmonies of #550658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550658

Black with #550658

Text Example


Text Example

White with #550658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550658; }

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

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

background-color css

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

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

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

border-color css

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

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

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