#541255

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

Shades of Hot Purple #541255

Tints of Hot Purple #541255

Color information

#541255 (or 0x541255) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 55. RGB value is (84,18,85). Sum of RGB (Red+Green+Blue) = 84+18+85=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #541255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541255 is #ABEDAA. Grayscale: #2D2D2D. Windows color (decimal): -11267499 or 5575252. OLE color: 5575252.

HSL color Cylindrical-coordinate representation of color #541255: hue angle of 299.1º 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 #541255 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB841885-
CMYK0.010.7900.67
HSL299.1º65.05%20.2%-
HSV(B)299.1º78.82%33.33%-
XYZ5.512.978.88-
YUV45.37150.37155.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=44.92%
G=9.63%
B=45.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8418850.010.7900.67299.165.0520.2
Hex54125514F04312b4114
Octal124221251117010345310124
Binary10101001001010101011100111101000011100101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541255; }

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

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

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

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

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

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

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

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