Html Css Color HEX #601CF7 Han Purple

📋 copy color: '#601CF7'

red 96 ◦ green 28 ◦ blue 247

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

Shades of Han Purple #601CF7

Tints of Han Purple #601CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

 BLUE value IS 247 (96.88% from 255) = 66.58%

R = 25.88%
G = 7.55%
B = 66.58%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#601CF7 (or 0x601CF7) is known color: Han Purple. HEX triplet: 60, 1C and F7. RGB value is (96,28,247). Sum of RGB (Red+Green+Blue) = 96+28+247=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #601CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CF7 is #9FE308. Grayscale: #484848. Windows color (decimal): -10478345 or 16194656. OLE color: 16194656.

HSL color Cylindrical-coordinate representation of color #601CF7: hue angle of 258.63º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601CF7 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 28 247 -
CMYK 0.61 0.89 0 0.03
HSL 258.63º 0.93% 0.54% -
HSV(B) 258.63º 0.89% 0.97% -
XYZ 22.03 10.03 88.77 -
YUV 73.3 226.03 144.19 -
System Red Green Blue C M Y K H S L
Decimal 96 28 247 0.61 0.89 0 0.03 258.63 0.93 0.54
Hex 60 1C F7 3D 59 0 3 103 5D 36
Octal 140 34 367 75 131 0 3 403 135 66
Binary 1100000 11100 11110111 111101 1011001 0 11 100000011 1011101 110110

Color Harmonies of #601CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CF7

Black with #601CF7

Text Example


Text Example

White with #601CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,28,247); }

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

background-color css

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

 a { background-color: rgb(96,28,247); }

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

border-color css

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

 span { border-color: rgb(96,28,247); }

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