#54385B

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

Shades of Hot Purple #54385B

Tints of Hot Purple #54385B

Color information

#54385B (or 0x54385B) is unknown color: approx Hot Purple. HEX triplet: 54, 38 and 5B. RGB value is (84,56,91). Sum of RGB (Red+Green+Blue) = 84+56+91=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #54385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54385B is #ABC7A4. Grayscale: #444444. Windows color (decimal): -11257765 or 5978196. OLE color: 5978196.

HSL color Cylindrical-coordinate representation of color #54385B: hue angle of 288º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54385B is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB845691-
CMYK0.080.3800.64
HSL288º23.81%28.82%-
HSV(B)288º38.46%35.69%-
XYZ6.965.4710.59-
YUV68.36140.78139.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=36.36%
G=24.24%
B=39.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8456910.080.3800.6428823.8128.82
Hex54385B826040120181d
Octal12470133104601004403035
Binary101010011100010110111000100110010000001001000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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