Html Css Color HEX #5A0FEC Han Purple

📋 copy color: '#5A0FEC'

red 90 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #5A0FEC

Tints of Han Purple #5A0FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.4%

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 26.39%
G = 4.4%
B = 69.21%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A0FEC (or 0x5A0FEC) is known color: Han Purple. HEX triplet: 5A, 0F and EC. RGB value is (90,15,236). Sum of RGB (Red+Green+Blue) = 90+15+236=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A0FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FEC is #A5F013. Grayscale: #3D3D3D. Windows color (decimal): -10874900 or 15470426. OLE color: 15470426.

HSL color Cylindrical-coordinate representation of color #5A0FEC: hue angle of 260.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0FEC is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 15 236 -
CMYK 0.62 0.94 0 0.07
HSL 260.36º 0.88% 0.49% -
HSV(B) 260.36º 0.94% 0.93% -
XYZ 19.53 8.57 79.98 -
YUV 62.62 225.85 147.53 -
System Red Green Blue C M Y K H S L
Decimal 90 15 236 0.62 0.94 0 0.07 260.36 0.88 0.49
Hex 5A F EC 3E 5E 0 7 104 58 31
Octal 132 17 354 76 136 0 7 404 130 61
Binary 1011010 1111 11101100 111110 1011110 0 111 100000100 1011000 110001

Color Harmonies of #5A0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FEC

Black with #5A0FEC

Text Example


Text Example

White with #5A0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,236); }

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

background-color css

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

 a { background-color: rgb(90,15,236); }

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

border-color css

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

 span { border-color: rgb(90,15,236); }

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