Html Css Color HEX #5A1DF6 Han Purple

📋 copy color: '#5A1DF6'

red 90 ◦ green 29 ◦ blue 246

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

Shades of Han Purple #5A1DF6

Tints of Han Purple #5A1DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

 BLUE value IS 246 (96.48% from 255) = 67.4%

R = 24.66%
G = 7.95%
B = 67.4%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5A1DF6 (or 0x5A1DF6) is known color: Han Purple. HEX triplet: 5A, 1D and F6. RGB value is (90,29,246). Sum of RGB (Red+Green+Blue) = 90+29+246=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A1DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1DF6 is #A5E209. Grayscale: #474747. Windows color (decimal): -10871306 or 16129370. OLE color: 16129370.

HSL color Cylindrical-coordinate representation of color #5A1DF6: hue angle of 256.87º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1DF6 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 29 246 -
CMYK 0.63 0.88 0 0.04
HSL 256.87º 0.92% 0.54% -
HSV(B) 256.87º 0.88% 0.96% -
XYZ 21.29 9.71 87.94 -
YUV 71.98 226.21 140.86 -
System Red Green Blue C M Y K H S L
Decimal 90 29 246 0.63 0.88 0 0.04 256.87 0.92 0.54
Hex 5A 1D F6 3F 58 0 4 101 5C 36
Octal 132 35 366 77 130 0 4 401 134 66
Binary 1011010 11101 11110110 111111 1011000 0 100 100000001 1011100 110110

Color Harmonies of #5A1DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1DF6

Black with #5A1DF6

Text Example


Text Example

White with #5A1DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,246); }

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

background-color css

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

 a { background-color: rgb(90,29,246); }

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

border-color css

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

 span { border-color: rgb(90,29,246); }

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