Html Css Color HEX #5A1CF1 Han Purple

📋 copy color: '#5A1CF1'

red 90 ◦ green 28 ◦ blue 241

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

Shades of Han Purple #5A1CF1

Tints of Han Purple #5A1CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

 BLUE value IS 241 (94.53% from 255) = 67.13%

R = 25.07%
G = 7.8%
B = 67.13%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5A1CF1 (or 0x5A1CF1) is known color: Han Purple. HEX triplet: 5A, 1C and F1. RGB value is (90,28,241). Sum of RGB (Red+Green+Blue) = 90+28+241=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A1CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1CF1 is #A5E30E. Grayscale: #464646. Windows color (decimal): -10871567 or 15801434. OLE color: 15801434.

HSL color Cylindrical-coordinate representation of color #5A1CF1: hue angle of 257.46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1CF1 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 28 241 -
CMYK 0.63 0.88 0 0.05
HSL 257.46º 0.88% 0.53% -
HSV(B) 257.46º 0.88% 0.95% -
XYZ 20.51 9.36 83.94 -
YUV 70.82 224.04 141.68 -
System Red Green Blue C M Y K H S L
Decimal 90 28 241 0.63 0.88 0 0.05 257.46 0.88 0.53
Hex 5A 1C F1 3F 58 0 5 101 58 35
Octal 132 34 361 77 130 0 5 401 130 65
Binary 1011010 11100 11110001 111111 1011000 0 101 100000001 1011000 110101

Color Harmonies of #5A1CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1CF1

Black with #5A1CF1

Text Example


Text Example

White with #5A1CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,241); }

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

background-color css

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

 a { background-color: rgb(90,28,241); }

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

border-color css

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

 span { border-color: rgb(90,28,241); }

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