Html Css Color HEX #551963 Hot Purple

📋 copy color: '#551963'

red 85 ◦ green 25 ◦ blue 99

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

Shades of Hot Purple #551963

Tints of Hot Purple #551963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 40.67%
G = 11.96%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#551963 (or 0x551963) is known color: Hot Purple. HEX triplet: 55, 19 and 63. RGB value is (85,25,99). Sum of RGB (Red+Green+Blue) = 85+25+99=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #551963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551963 is #AAE69C. Grayscale: #333333. Windows color (decimal): -11200157 or 6494549. OLE color: 6494549.

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

Color convert

RGB 85 25 99 -
CMYK 0.14 0.75 0 0.61
HSL 288.65º 0.6% 0.24% -
HSV(B) 288.65º 0.75% 0.39% -
XYZ 6.35 3.53 12.15 -
YUV 51.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 85 25 99 0.14 0.75 0 0.61 288.65 0.6 0.24
Hex 55 19 63 E 4B 0 3D 121 3C 18
Octal 125 31 143 16 113 0 75 441 74 30
Binary 1010101 11001 1100011 1110 1001011 0 111101 100100001 111100 11000

Color Harmonies of #551963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551963

Black with #551963

Text Example


Text Example

White with #551963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551963; }

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

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

background-color css

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

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

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

border-color css

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

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

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