Html Css Color HEX #5A2EEF Han Purple

📋 copy color: '#5A2EEF'

red 90 ◦ green 46 ◦ blue 239

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

Shades of Han Purple #5A2EEF

Tints of Han Purple #5A2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 24%
G = 12.27%
B = 63.73%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A2EEF (or 0x5A2EEF) is known color: Han Purple. HEX triplet: 5A, 2E and EF. RGB value is (90,46,239). Sum of RGB (Red+Green+Blue) = 90+46+239=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A2EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2EEF is #A5D110. Grayscale: #505050. Windows color (decimal): -10866961 or 15674970. OLE color: 15674970.

HSL color Cylindrical-coordinate representation of color #5A2EEF: hue angle of 253.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A2EEF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 46 239 -
CMYK 0.62 0.81 0 0.06
HSL 253.68º 0.86% 0.56% -
HSV(B) 253.68º 0.81% 0.94% -
XYZ 20.77 10.36 82.57 -
YUV 81.16 217.08 134.31 -
System Red Green Blue C M Y K H S L
Decimal 90 46 239 0.62 0.81 0 0.06 253.68 0.86 0.56
Hex 5A 2E EF 3E 51 0 6 FE 56 38
Octal 132 56 357 76 121 0 6 376 126 70
Binary 1011010 101110 11101111 111110 1010001 0 110 11111110 1010110 111000

Color Harmonies of #5A2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2EEF

Black with #5A2EEF

Text Example


Text Example

White with #5A2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,46,239); }

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

background-color css

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

 a { background-color: rgb(90,46,239); }

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

border-color css

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

 span { border-color: rgb(90,46,239); }

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