#541262

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

Shades of Hot Purple #541262

Tints of Hot Purple #541262

Color information

#541262 (or 0x541262) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 62. RGB value is (84,18,98). Sum of RGB (Red+Green+Blue) = 84+18+98=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #541262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541262 is #ABED9D. Grayscale: #2E2E2E. Windows color (decimal): -11267486 or 6427220. OLE color: 6427220.

HSL color Cylindrical-coordinate representation of color #541262: hue angle of 289.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541262 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB841898-
CMYK0.140.8200.62
HSL289.5º68.97%22.75%-
HSV(B)289.5º81.63%38.43%-
XYZ6.083.211.85-
YUV46.85156.87154.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 98 (38.67% from 255) = 49%
R=42%
G=9%
B=49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8418980.140.8200.62289.568.9722.75
Hex541262E5203E1224517
Octal124221421612207644210527
Binary1010100100101100010111010100100111110100100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541262; }

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

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

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

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

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

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

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

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