#54135D

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

Shades of Hot Purple #54135D

Tints of Hot Purple #54135D

Color information

#54135D (or 0x54135D) is unknown color: approx Hot Purple. HEX triplet: 54, 13 and 5D. RGB value is (84,19,93). Sum of RGB (Red+Green+Blue) = 84+19+93=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #54135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54135D is #ABECA2. Grayscale: #2E2E2E. Windows color (decimal): -11267235 or 6099796. OLE color: 6099796.

HSL color Cylindrical-coordinate representation of color #54135D: hue angle of 292.7º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54135D is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB841993-
CMYK0.100.8000.64
HSL292.7º66.07%21.96%-
HSV(B)292.7º79.57%36.47%-
XYZ5.863.1410.65-
YUV46.87154.03154.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=42.86%
G=9.69%
B=47.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8419930.100.8000.64292.766.0721.96
Hex54135DA500401254216
Octal1242313512120010044510226
Binary10101001001110111011010101000001000000100100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54135D; }

 p { color: rgb(84,19,93); }

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

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

 a { background-color: rgb(84,19,93); }

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

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

 span { border-color: rgb(84,19,93); }

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