#55145c

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

Shades of Hot Purple #55145C

Tints of Hot Purple #55145C

Color information

#55145C (or 0x55145C) is unknown color: approx Hot Purple. HEX triplet: 55, 14 and 5C. RGB value is (85,20,92). Sum of RGB (Red+Green+Blue) = 85+20+92=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #55145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55145C is #AAEBA3. Grayscale: #2F2F2F. Windows color (decimal): -11201444 or 6034517. OLE color: 6034517.

HSL color Cylindrical-coordinate representation of color #55145C: hue angle of 294.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55145C is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB852092-
CMYK0.080.7800.64
HSL294.17º64.29%21.96%-
HSV(B)294.17º78.26%36.08%-
XYZ5.933.210.43-
YUV47.64153.03154.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=43.15%
G=10.15%
B=46.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8520920.080.7800.64294.1764.2921.96
Hex55145C84E0401264016
Octal1252413410116010044610026
Binary10101011010010111001000100111001000000100100110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55145c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55145c; }

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

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

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

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

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

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

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

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