#541253

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

Shades of Hot Purple #541253

Tints of Hot Purple #541253

Color information

#541253 (or 0x541253) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 53. RGB value is (84,18,83). Sum of RGB (Red+Green+Blue) = 84+18+83=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #541253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541253 is #ABEDAC. Grayscale: #2C2C2C. Windows color (decimal): -11267501 or 5444180. OLE color: 5444180.

HSL color Cylindrical-coordinate representation of color #541253: hue angle of 300.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541253 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB841883-
CMYK00.790.010.67
HSL300.91º64.71%20%-
HSV(B)300.91º78.57%32.94%-
XYZ5.432.948.47-
YUV45.14149.37155.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=45.41%
G=9.73%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84188300.790.010.67300.9164.7120
Hex54125304F14312d4114
Octal124221230117110345510124
Binary10101001001010100110100111111000011100101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541253; }

 p { color: rgb(84,18,83); }

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

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

 a { background-color: rgb(84,18,83); }

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

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

 span { border-color: rgb(84,18,83); }

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