#5A12F3

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

Shades of Han Purple #5A12F3

Tints of Han Purple #5A12F3

Color information

#5A12F3 (or 0x5A12F3) is unknown color: approx Han Purple. HEX triplet: 5A, 12 and F3. RGB value is (90,18,243). Sum of RGB (Red+Green+Blue) = 90+18+243=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A12F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A12F3 is #A5ED0C. Grayscale: #404040. Windows color (decimal): -10874125 or 15929946. OLE color: 15929946.

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

Color convert

RGB9018243-
CMYK0.630.9300.05
HSL259.2º90.36%51.18%-
HSV(B)259.2º92.59%95.29%-
XYZ20.619.0885.46-
YUV65.18228.35145.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 243 (95.31% from 255) = 69.23%
R=25.64%
G=5.13%
B=69.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90182430.630.9300.05259.290.3651.18
Hex5A12F33F5D051035a33
Octal13222363771350540313263
Binary10110101001011110011111111101110101011000000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A12F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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