Html Css Color HEX #551463 Hot Purple

📋 copy color: '#551463'

red 85 ◦ green 20 ◦ blue 99

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

Shades of Hot Purple #551463

Tints of Hot Purple #551463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 41.67%
G = 9.8%
B = 48.53%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#551463 (or 0x551463) is known color: Hot Purple. HEX triplet: 55, 14 and 63. RGB value is (85,20,99). Sum of RGB (Red+Green+Blue) = 85+20+99=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #551463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551463 is #AAEB9C. Grayscale: #303030. Windows color (decimal): -11201437 or 6493269. OLE color: 6493269.

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

Color convert

RGB 85 20 99 -
CMYK 0.14 0.80 0 0.61
HSL 289.37º 0.66% 0.23% -
HSV(B) 289.37º 0.8% 0.39% -
XYZ 6.25 3.33 12.12 -
YUV 48.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 85 20 99 0.14 0.80 0 0.61 289.37 0.66 0.23
Hex 55 14 63 E 50 0 3D 121 42 17
Octal 125 24 143 16 120 0 75 441 102 27
Binary 1010101 10100 1100011 1110 1010000 0 111101 100100001 1000010 10111

Color Harmonies of #551463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551463

Black with #551463

Text Example


Text Example

White with #551463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551463; }

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

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

background-color css

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

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

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

border-color css

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

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

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