Html Css Color HEX #601AFF Han Purple

📋 copy color: '#601AFF'

red 96 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #601AFF

Tints of Han Purple #601AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.64%

R = 25.46%
G = 6.9%
B = 67.64%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#601AFF (or 0x601AFF) is known color: Han Purple. HEX triplet: 60, 1A and FF. RGB value is (96,26,255). Sum of RGB (Red+Green+Blue) = 96+26+255=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #601AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601AFF is #9FE500. Grayscale: #484848. Windows color (decimal): -10478849 or 16718432. OLE color: 16718432.

HSL color Cylindrical-coordinate representation of color #601AFF: hue angle of 258.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #601AFF is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 26 255 -
CMYK 0.62 0.90 0 0
HSL 258.34º 1% 0.55% -
HSV(B) 258.34º 0.9% 1% -
XYZ 23.24 10.45 95.4 -
YUV 73.04 230.69 144.38 -
System Red Green Blue C M Y K H S L
Decimal 96 26 255 0.62 0.90 0 0 258.34 1 0.55
Hex 60 1A FF 3E 5A 0 0 102 64 37
Octal 140 32 377 76 132 0 0 402 144 67
Binary 1100000 11010 11111111 111110 1011010 0 0 100000010 1100100 110111

Color Harmonies of #601AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601AFF

Black with #601AFF

Text Example


Text Example

White with #601AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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