Html Css Color HEX #601CF0 Han Purple

📋 copy color: '#601CF0'

red 96 ◦ green 28 ◦ blue 240

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

Shades of Han Purple #601CF0

Tints of Han Purple #601CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.93%

R = 26.37%
G = 7.69%
B = 65.93%

CMYK

 C value IS 0.6

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#601CF0 (or 0x601CF0) is known color: Han Purple. HEX triplet: 60, 1C and F0. RGB value is (96,28,240). Sum of RGB (Red+Green+Blue) = 96+28+240=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #601CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CF0 is #9FE30F. Grayscale: #474747. Windows color (decimal): -10478352 or 15735904. OLE color: 15735904.

HSL color Cylindrical-coordinate representation of color #601CF0: hue angle of 259.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601CF0 is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 28 240 -
CMYK 0.6 0.88 0 0.06
HSL 259.25º 0.88% 0.53% -
HSV(B) 259.25º 0.88% 0.94% -
XYZ 20.97 9.61 83.19 -
YUV 72.5 222.53 144.76 -
System Red Green Blue C M Y K H S L
Decimal 96 28 240 0.6 0.88 0 0.06 259.25 0.88 0.53
Hex 60 1C F0 3C 58 0 6 103 58 35
Octal 140 34 360 74 130 0 6 403 130 65
Binary 1100000 11100 11110000 111100 1011000 0 110 100000011 1011000 110101

Color Harmonies of #601CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CF0

Black with #601CF0

Text Example


Text Example

White with #601CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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