Html Css Color HEX #5A0FEE Han Purple

📋 copy color: '#5A0FEE'

red 90 ◦ green 15 ◦ blue 238

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

Shades of Han Purple #5A0FEE

Tints of Han Purple #5A0FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 69.39%

R = 26.24%
G = 4.37%
B = 69.39%

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

#5A0FEE (or 0x5A0FEE) is known color: Han Purple. HEX triplet: 5A, 0F and EE. RGB value is (90,15,238). Sum of RGB (Red+Green+Blue) = 90+15+238=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A0FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FEE is #A5F011. Grayscale: #3E3E3E. Windows color (decimal): -10874898 or 15601498. OLE color: 15601498.

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

Color convert

RGB 90 15 238 -
CMYK 0.62 0.94 0 0.07
HSL 260.18º 0.88% 0.5% -
HSV(B) 260.18º 0.94% 0.93% -
XYZ 19.82 8.69 81.52 -
YUV 62.85 226.85 147.37 -
System Red Green Blue C M Y K H S L
Decimal 90 15 238 0.62 0.94 0 0.07 260.18 0.88 0.5
Hex 5A F EE 3E 5E 0 7 104 58 32
Octal 132 17 356 76 136 0 7 404 130 62
Binary 1011010 1111 11101110 111110 1011110 0 111 100000100 1011000 110010

Color Harmonies of #5A0FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FEE

Black with #5A0FEE

Text Example


Text Example

White with #5A0FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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