#5423f1

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

Shades of Han Purple #5423F1

Tints of Han Purple #5423F1

Color information

#5423F1 (or 0x5423F1) is unknown color: approx Han Purple. HEX triplet: 54, 23 and F1. RGB value is (84,35,241). Sum of RGB (Red+Green+Blue) = 84+35+241=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #5423F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5423F1 is #ABDC0E. Grayscale: #484848. Windows color (decimal): -11262991 or 15803220. OLE color: 15803220.

HSL color Cylindrical-coordinate representation of color #5423F1: hue angle of 254.27º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5423F1 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8435241-
CMYK0.650.8500.05
HSL254.27º88.03%54.12%-
HSV(B)254.27º85.48%94.51%-
XYZ20.139.4483.98-
YUV73.14222.73135.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 35 (14.06% from 255) = 9.72%
BLUE value IS 241 (94.53% from 255) = 66.94%
R=23.33%
G=9.72%
B=66.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84352410.650.8500.05254.2788.0354.12
Hex5423F1415505fe5836
Octal124433611011250537613066
Binary101010010001111110001100000110101010101111111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5423f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5423f1; }

 p { color: rgb(84,35,241); }

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

<style>
 a { background-color: #5423f1; }

 a { background-color: rgb(84,35,241); }

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

<style>
 span { border-color: #5423f1; }

 span { border-color: rgb(84,35,241); }

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