Html Css Color HEX #5A1EFD Han Purple

📋 copy color: '#5A1EFD'

red 90 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #5A1EFD

Tints of Han Purple #5A1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 24.13%
G = 8.04%
B = 67.83%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A1EFD (or 0x5A1EFD) is known color: Han Purple. HEX triplet: 5A, 1E and FD. RGB value is (90,30,253). Sum of RGB (Red+Green+Blue) = 90+30+253=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A1EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1EFD is #A5E102. Grayscale: #484848. Windows color (decimal): -10871043 or 16588378. OLE color: 16588378.

HSL color Cylindrical-coordinate representation of color #5A1EFD: hue angle of 256.14º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1EFD is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 30 253 -
CMYK 0.64 0.88 0 0.01
HSL 256.14º 0.98% 0.55% -
HSV(B) 256.14º 0.88% 0.99% -
XYZ 22.41 10.19 93.72 -
YUV 73.36 229.38 139.87 -
System Red Green Blue C M Y K H S L
Decimal 90 30 253 0.64 0.88 0 0.01 256.14 0.98 0.55
Hex 5A 1E FD 40 58 0 1 100 62 37
Octal 132 36 375 100 130 0 1 400 142 67
Binary 1011010 11110 11111101 1000000 1011000 0 1 100000000 1100010 110111

Color Harmonies of #5A1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1EFD

Black with #5A1EFD

Text Example


Text Example

White with #5A1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,253); }

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

background-color css

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

 a { background-color: rgb(90,30,253); }

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

border-color css

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

 span { border-color: rgb(90,30,253); }

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