#54125E

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

Shades of Hot Purple #54125E

Tints of Hot Purple #54125E

Color information

#54125E (or 0x54125E) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 5E. RGB value is (84,18,94). Sum of RGB (Red+Green+Blue) = 84+18+94=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #54125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54125E is #ABEDA1. Grayscale: #2E2E2E. Windows color (decimal): -11267490 or 6165076. OLE color: 6165076.

HSL color Cylindrical-coordinate representation of color #54125E: hue angle of 292.11º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54125E is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB841894-
CMYK0.110.8100.63
HSL292.11º67.86%21.96%-
HSV(B)292.11º80.85%36.86%-
XYZ5.893.1310.88-
YUV46.4154.87154.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=42.86%
G=9.18%
B=47.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8418940.110.8100.63292.1167.8621.96
Hex54125EB5103F1244416
Octal124221361312107744410426
Binary1010100100101011110101110100010111111100100100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54125E; }

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

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

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

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

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

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

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

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