#5418F9

Color #5418F9 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5418F9

Tints of Han Purple #5418F9

Color information

#5418F9 (or 0x5418F9) is unknown color: approx Han Purple. HEX triplet: 54, 18 and F9. RGB value is (84,24,249). Sum of RGB (Red+Green+Blue) = 84+24+249=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #5418F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5418F9 is #ABE706. Grayscale: #424242. Windows color (decimal): -11265799 or 16324692. OLE color: 16324692.

HSL color Cylindrical-coordinate representation of color #5418F9: hue angle of 256º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5418F9 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8424249-
CMYK0.660.9000.02
HSL256º94.94%53.53%-
HSV(B)256º90.36%97.65%-
XYZ21.089.3890.32-
YUV67.59230.38139.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 249 (97.66% from 255) = 69.75%
R=23.53%
G=6.72%
B=69.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84242490.660.9000.0225694.9453.53
Hex5418F9425A021005f36
Octal124303711021320240013766
Binary10101001100011111001100001010110100101000000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5418F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5418F9; }

 p { color: rgb(84,24,249); }

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

<style>
 a { background-color: #5418F9; }

 a { background-color: rgb(84,24,249); }

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

<style>
 span { border-color: #5418F9; }

 span { border-color: rgb(84,24,249); }

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