#55195d

Color #55195D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #55195D

Tints of Hot Purple #55195D

Color information

#55195D (or 0x55195D) is unknown color: approx Hot Purple. HEX triplet: 55, 19 and 5D. RGB value is (85,25,93). Sum of RGB (Red+Green+Blue) = 85+25+93=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #55195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55195D is #AAE6A2. Grayscale: #323232. Windows color (decimal): -11200163 or 6101333. OLE color: 6101333.

HSL color Cylindrical-coordinate representation of color #55195D: hue angle of 292.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55195D is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB852593-
CMYK0.090.7300.64
HSL292.94º57.63%23.14%-
HSV(B)292.94º73.12%36.47%-
XYZ6.073.4210.7-
YUV50.69151.88152.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=41.87%
G=12.32%
B=45.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8525930.090.7300.64292.9457.6323.14
Hex55195D9490401253a17
Octal125311351111101004457227
Binary1010101110011011101100110010010100000010010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55195d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55195d; }

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

 H1.HeaderClassName
 {
   color: #55195d;
 }
 .AnyTagClassName
 {
   color: #55195d;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55195d;
 }
 .BgClassName
 {
   background-color: #55195d;
 }
</style>
border-color css

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

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

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