Html Css Color HEX #5A12FA Han Purple

📋 copy color: '#5A12FA'

red 90 ◦ green 18 ◦ blue 250

#5A12FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5A12FA

Tints of Han Purple #5A12FA

RGB

 RED value IS 90 (35.55% from 255) = 25.14%

 GREEN value IS 18 (7.42% from 255) = 5.03%

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 25.14%
G = 5.03%
B = 69.83%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A12FA (or 0x5A12FA) is known color: Han Purple. HEX triplet: 5A, 12 and FA. RGB value is (90,18,250). Sum of RGB (Red+Green+Blue) = 90+18+250=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A12FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A12FA is #A5ED05. Grayscale: #414141. Windows color (decimal): -10874118 or 16388698. OLE color: 16388698.

HSL color Cylindrical-coordinate representation of color #5A12FA: hue angle of 258.62º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A12FA is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 18 250 -
CMYK 0.64 0.93 0 0.02
HSL 258.62º 0.96% 0.53% -
HSV(B) 258.62º 0.93% 0.98% -
XYZ 21.69 9.51 91.13 -
YUV 65.98 231.85 145.14 -
System Red Green Blue C M Y K H S L
Decimal 90 18 250 0.64 0.93 0 0.02 258.62 0.96 0.53
Hex 5A 12 FA 40 5D 0 2 103 60 35
Octal 132 22 372 100 135 0 2 403 140 65
Binary 1011010 10010 11111010 1000000 1011101 0 10 100000011 1100000 110101

Color Harmonies of #5A12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A12FA

Black with #5A12FA

Text Example


Text Example

White with #5A12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A12FA;
 }
 .AnyTagClassName
 {
   color: #5A12FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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