Html Css Color HEX #5A1FEB Han Purple

📋 copy color: '#5A1FEB'

red 90 ◦ green 31 ◦ blue 235

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

Shades of Han Purple #5A1FEB

Tints of Han Purple #5A1FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.71%

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 25.28%
G = 8.71%
B = 66.01%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A1FEB (or 0x5A1FEB) is known color: Han Purple. HEX triplet: 5A, 1F and EB. RGB value is (90,31,235). Sum of RGB (Red+Green+Blue) = 90+31+235=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A1FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1FEB is #A5E014. Grayscale: #474747. Windows color (decimal): -10870805 or 15408986. OLE color: 15408986.

HSL color Cylindrical-coordinate representation of color #5A1FEB: hue angle of 257.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A1FEB is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 31 235 -
CMYK 0.62 0.87 0 0.08
HSL 257.35º 0.84% 0.52% -
HSV(B) 257.35º 0.87% 0.92% -
XYZ 19.7 9.15 79.33 -
YUV 71.9 220.05 140.91 -
System Red Green Blue C M Y K H S L
Decimal 90 31 235 0.62 0.87 0 0.08 257.35 0.84 0.52
Hex 5A 1F EB 3E 57 0 8 101 54 34
Octal 132 37 353 76 127 0 10 401 124 64
Binary 1011010 11111 11101011 111110 1010111 0 1000 100000001 1010100 110100

Color Harmonies of #5A1FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1FEB

Black with #5A1FEB

Text Example


Text Example

White with #5A1FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,31,235); }

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

background-color css

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

 a { background-color: rgb(90,31,235); }

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

border-color css

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

 span { border-color: rgb(90,31,235); }

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