#54125B

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

Shades of Hot Purple #54125B

Tints of Hot Purple #54125B

Color information

#54125B (or 0x54125B) is unknown color: approx Hot Purple. HEX triplet: 54, 12 and 5B. RGB value is (84,18,91). Sum of RGB (Red+Green+Blue) = 84+18+91=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #54125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54125B is #ABEDA4. Grayscale: #2D2D2D. Windows color (decimal): -11267493 or 5968468. OLE color: 5968468.

HSL color Cylindrical-coordinate representation of color #54125B: hue angle of 294.25º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54125B is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB841891-
CMYK0.080.8000.64
HSL294.25º66.97%21.37%-
HSV(B)294.25º80.22%35.69%-
XYZ5.763.0710.19-
YUV46.06153.37155.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=43.52%
G=9.33%
B=47.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8418910.080.8000.64294.2566.9721.37
Hex54125B8500401264315
Octal1242213310120010044610325
Binary10101001001010110111000101000001000000100100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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