Html Css Color HEX #54365B Hot Purple

📋 copy color: '#54365B'

red 84 ◦ green 54 ◦ blue 91

#54365B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #54365B

Tints of Hot Purple #54365B

RGB

 RED value IS 84 (33.2% from 255) = 36.68%

 GREEN value IS 54 (21.48% from 255) = 23.58%

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 36.68%
G = 23.58%
B = 39.74%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54365B (or 0x54365B) is known color: Hot Purple. HEX triplet: 54, 36 and 5B. RGB value is (84,54,91). Sum of RGB (Red+Green+Blue) = 84+54+91=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #54365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54365B is #ABC9A4. Grayscale: #434343. Windows color (decimal): -11258277 or 5977684. OLE color: 5977684.

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

Color convert

RGB 84 54 91 -
CMYK 0.08 0.41 0 0.64
HSL 288.65º 0.26% 0.28% -
HSV(B) 288.65º 0.41% 0.36% -
XYZ 6.86 5.28 10.55 -
YUV 67.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 84 54 91 0.08 0.41 0 0.64 288.65 0.26 0.28
Hex 54 36 5B 8 29 0 40 121 1A 1C
Octal 124 66 133 10 51 0 100 441 32 34
Binary 1010100 110110 1011011 1000 101001 0 1000000 100100001 11010 11100

Color Harmonies of #54365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54365B

Black with #54365B

Text Example


Text Example

White with #54365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54365B;
 }
 .AnyTagClassName
 {
   color: #54365B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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