Html Css Color HEX #550861 Hot Purple

📋 copy color: '#550861'

red 85 ◦ green 8 ◦ blue 97

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

Shades of Hot Purple #550861

Tints of Hot Purple #550861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 44.74%
G = 4.21%
B = 51.05%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550861 (or 0x550861) is known color: Hot Purple. HEX triplet: 55, 08 and 61. RGB value is (85,8,97). Sum of RGB (Red+Green+Blue) = 85+8+97=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #550861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550861 is #AAF79E. Grayscale: #282828. Windows color (decimal): -11204511 or 6359125. OLE color: 6359125.

HSL color Cylindrical-coordinate representation of color #550861: hue angle of 291.91º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550861 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 8 97 -
CMYK 0.12 0.92 0 0.62
HSL 291.91º 0.85% 0.21% -
HSV(B) 291.91º 0.92% 0.38% -
XYZ 5.99 2.97 11.57 -
YUV 41.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 85 8 97 0.12 0.92 0 0.62 291.91 0.85 0.21
Hex 55 8 61 C 5C 0 3E 124 55 15
Octal 125 10 141 14 134 0 76 444 125 25
Binary 1010101 1000 1100001 1100 1011100 0 111110 100100100 1010101 10101

Color Harmonies of #550861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550861

Black with #550861

Text Example


Text Example

White with #550861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550861; }

 p { color: rgb(85,8,97); }

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

background-color css

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

 a { background-color: rgb(85,8,97); }

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

border-color css

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

 span { border-color: rgb(85,8,97); }

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