Html Css Color HEX #601EFF Han Purple

📋 copy color: '#601EFF'

red 96 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #601EFF

Tints of Han Purple #601EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

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

R = 25.2%
G = 7.87%
B = 66.93%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#601EFF (or 0x601EFF) is known color: Han Purple. HEX triplet: 60, 1E and FF. RGB value is (96,30,255). Sum of RGB (Red+Green+Blue) = 96+30+255=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #601EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601EFF is #9FE100. Grayscale: #4A4A4A. Windows color (decimal): -10477825 or 16719456. OLE color: 16719456.

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

Color convert

RGB 96 30 255 -
CMYK 0.62 0.88 0 0
HSL 257.6º 1% 0.56% -
HSV(B) 257.6º 0.88% 1% -
XYZ 23.34 10.64 95.43 -
YUV 75.38 229.37 142.7 -
System Red Green Blue C M Y K H S L
Decimal 96 30 255 0.62 0.88 0 0 257.6 1 0.56
Hex 60 1E FF 3E 58 0 0 102 64 38
Octal 140 36 377 76 130 0 0 402 144 70
Binary 1100000 11110 11111111 111110 1011000 0 0 100000010 1100100 111000

Color Harmonies of #601EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EFF

Black with #601EFF

Text Example


Text Example

White with #601EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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