#5A14F1

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

Shades of Han Purple #5A14F1

Tints of Han Purple #5A14F1

Color information

#5A14F1 (or 0x5A14F1) is unknown color: approx Han Purple. HEX triplet: 5A, 14 and F1. RGB value is (90,20,241). Sum of RGB (Red+Green+Blue) = 90+20+241=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A14F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A14F1 is #A5EB0E. Grayscale: #414141. Windows color (decimal): -10873615 or 15799386. OLE color: 15799386.

HSL color Cylindrical-coordinate representation of color #5A14F1: hue angle of 259º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A14F1 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9020241-
CMYK0.630.9200.05
HSL259º88.76%51.18%-
HSV(B)259º91.7%94.51%-
XYZ20.349.0283.89-
YUV66.12226.69145.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 20 (8.20% from 255) = 5.70%
BLUE value IS 241 (94.53% from 255) = 68.66%
R=25.64%
G=5.70%
B=68.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90202410.630.9200.0525988.7651.18
Hex5A14F13F5C051035933
Octal13224361771340540313163
Binary10110101010011110001111111101110001011000000111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A14F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A14F1; }

 p { color: rgb(90,20,241); }

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

<style>
 a { background-color: #5A14F1; }

 a { background-color: rgb(90,20,241); }

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

<style>
 span { border-color: #5A14F1; }

 span { border-color: rgb(90,20,241); }

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