Html Css Color HEX #601AF5 Han Purple

📋 copy color: '#601AF5'

red 96 ◦ green 26 ◦ blue 245

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

Shades of Han Purple #601AF5

Tints of Han Purple #601AF5

RGB

 RED value IS 96 (37.89% from 255) = 26.16%

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 245 (96.09% from 255) = 66.76%

R = 26.16%
G = 7.08%
B = 66.76%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#601AF5 (or 0x601AF5) is known color: Han Purple. HEX triplet: 60, 1A and F5. RGB value is (96,26,245). Sum of RGB (Red+Green+Blue) = 96+26+245=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 245 (96.09% from 255 or 66.76% from 367); Max value from RGB is 245 - color contains mainly: blue. Hex color #601AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601AF5 is #9FE50A. Grayscale: #474747. Windows color (decimal): -10478859 or 16063072. OLE color: 16063072.

HSL color Cylindrical-coordinate representation of color #601AF5: hue angle of 259.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601AF5 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 26 245 -
CMYK 0.61 0.89 0 0.04
HSL 259.18º 0.92% 0.53% -
HSV(B) 259.18º 0.89% 0.96% -
XYZ 21.67 9.82 87.14 -
YUV 71.9 225.69 145.19 -
System Red Green Blue C M Y K H S L
Decimal 96 26 245 0.61 0.89 0 0.04 259.18 0.92 0.53
Hex 60 1A F5 3D 59 0 4 103 5C 35
Octal 140 32 365 75 131 0 4 403 134 65
Binary 1100000 11010 11110101 111101 1011001 0 100 100000011 1011100 110101

Color Harmonies of #601AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601AF5

Black with #601AF5

Text Example


Text Example

White with #601AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601AF5; }

 p { color: rgb(96,26,245); }

 H1.HeaderClassName
 {
   color: #601AF5;
 }
 .AnyTagClassName
 {
   color: #601AF5;
 }
</style>

background-color css

<style>
 a { background-color: #601AF5; }

 a { background-color: rgb(96,26,245); }

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

border-color css

<style>
 span { border-color: #601AF5; }

 span { border-color: rgb(96,26,245); }

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