Html Css Color HEX #601DF1 Han Purple

📋 copy color: '#601DF1'

red 96 ◦ green 29 ◦ blue 241

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

Shades of Han Purple #601DF1

Tints of Han Purple #601DF1

RGB

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

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

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

R = 26.23%
G = 7.92%
B = 65.85%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#601DF1 (or 0x601DF1) is known color: Han Purple. HEX triplet: 60, 1D and F1. RGB value is (96,29,241). Sum of RGB (Red+Green+Blue) = 96+29+241=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #601DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601DF1 is #9FE20E. Grayscale: #484848. Windows color (decimal): -10478095 or 15801696. OLE color: 15801696.

HSL color Cylindrical-coordinate representation of color #601DF1: hue angle of 258.96º 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 #601DF1 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 29 241 -
CMYK 0.60 0.88 0 0.05
HSL 258.96º 0.88% 0.53% -
HSV(B) 258.96º 0.88% 0.95% -
XYZ 21.14 9.72 83.98 -
YUV 73.2 222.7 144.26 -
System Red Green Blue C M Y K H S L
Decimal 96 29 241 0.60 0.88 0 0.05 258.96 0.88 0.53
Hex 60 1D F1 3C 58 0 5 103 58 35
Octal 140 35 361 74 130 0 5 403 130 65
Binary 1100000 11101 11110001 111100 1011000 0 101 100000011 1011000 110101

Color Harmonies of #601DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DF1

Black with #601DF1

Text Example


Text Example

White with #601DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,29,241); }

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

background-color css

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

 a { background-color: rgb(96,29,241); }

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

border-color css

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

 span { border-color: rgb(96,29,241); }

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