Html Css Color HEX #551063 Hot Purple

📋 copy color: '#551063'

red 85 ◦ green 16 ◦ blue 99

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

Shades of Hot Purple #551063

Tints of Hot Purple #551063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 42.5%
G = 8%
B = 49.5%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#551063 (or 0x551063) is known color: Hot Purple. HEX triplet: 55, 10 and 63. RGB value is (85,16,99). Sum of RGB (Red+Green+Blue) = 85+16+99=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #551063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551063 is #AAEF9C. Grayscale: #2D2D2D. Windows color (decimal): -11202461 or 6492245. OLE color: 6492245.

HSL color Cylindrical-coordinate representation of color #551063: hue angle of 289.88º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551063 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 16 99 -
CMYK 0.14 0.84 0 0.61
HSL 289.88º 0.72% 0.23% -
HSV(B) 289.88º 0.84% 0.39% -
XYZ 6.18 3.2 12.1 -
YUV 46.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 85 16 99 0.14 0.84 0 0.61 289.88 0.72 0.23
Hex 55 10 63 E 54 0 3D 122 48 17
Octal 125 20 143 16 124 0 75 442 110 27
Binary 1010101 10000 1100011 1110 1010100 0 111101 100100010 1001000 10111

Color Harmonies of #551063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551063

Black with #551063

Text Example


Text Example

White with #551063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551063; }

 p { color: rgb(85,16,99); }

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

background-color css

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

 a { background-color: rgb(85,16,99); }

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

border-color css

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

 span { border-color: rgb(85,16,99); }

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