#54265A

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

Shades of Hot Purple #54265A

Tints of Hot Purple #54265A

Color information

#54265A (or 0x54265A) is unknown color: approx Hot Purple. HEX triplet: 54, 26 and 5A. RGB value is (84,38,90). Sum of RGB (Red+Green+Blue) = 84+38+90=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #54265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54265A is #ABD9A5. Grayscale: #393939. Windows color (decimal): -11262374 or 5908052. OLE color: 5908052.

HSL color Cylindrical-coordinate representation of color #54265A: hue angle of 293.08º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54265A is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB843890-
CMYK0.070.5800.65
HSL293.08º40.62%25.1%-
HSV(B)293.08º57.78%35.29%-
XYZ6.194.0110.12-
YUV57.68146.24146.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=39.62%
G=17.92%
B=42.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8438900.070.5800.65293.0840.6225.1
Hex54265A73A0411252919
Octal1244613277201014455131
Binary101010010011010110101111110100100000110010010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54265A; }

 p { color: rgb(84,38,90); }

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

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

 a { background-color: rgb(84,38,90); }

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

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

 span { border-color: rgb(84,38,90); }

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