#5A18F3

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

Shades of Han Purple #5A18F3

Tints of Han Purple #5A18F3

Color information

#5A18F3 (or 0x5A18F3) is unknown color: approx Han Purple. HEX triplet: 5A, 18 and F3. RGB value is (90,24,243). Sum of RGB (Red+Green+Blue) = 90+24+243=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 243 (95.31% from 255 or 68.07% from 357); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A18F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A18F3 is #A5E70C. Grayscale: #434343. Windows color (decimal): -10872589 or 15931482. OLE color: 15931482.

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

Color convert

RGB9024243-
CMYK0.630.9000.05
HSL258.08º90.12%52.35%-
HSV(B)258.08º90.12%95.29%-
XYZ20.729.385.5-
YUV68.7226.37143.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 243 (95.31% from 255) = 68.07%
R=25.21%
G=6.72%
B=68.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90242430.630.9000.05258.0890.1252.35
Hex5A18F33F5A051025a34
Octal13230363771320540213264
Binary10110101100011110011111111101101001011000000101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A18F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,24,243); }

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

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

 a { background-color: rgb(90,24,243); }

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

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

 span { border-color: rgb(90,24,243); }

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