Html Css Color HEX #601CFF Han Purple

📋 copy color: '#601CFF'

red 96 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #601CFF

Tints of Han Purple #601CFF

RGB

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

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

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

R = 25.33%
G = 7.39%
B = 67.28%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#601CFF (or 0x601CFF) is known color: Han Purple. HEX triplet: 60, 1C and FF. RGB value is (96,28,255). Sum of RGB (Red+Green+Blue) = 96+28+255=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #601CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CFF is #9FE300. Grayscale: #494949. Windows color (decimal): -10478337 or 16718944. OLE color: 16718944.

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

Color convert

RGB 96 28 255 -
CMYK 0.62 0.89 0 0
HSL 257.97º 1% 0.55% -
HSV(B) 257.97º 0.89% 1% -
XYZ 23.29 10.54 95.41 -
YUV 74.21 230.03 143.54 -
System Red Green Blue C M Y K H S L
Decimal 96 28 255 0.62 0.89 0 0 257.97 1 0.55
Hex 60 1C FF 3E 59 0 0 102 64 37
Octal 140 34 377 76 131 0 0 402 144 67
Binary 1100000 11100 11111111 111110 1011001 0 0 100000010 1100100 110111

Color Harmonies of #601CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CFF

Black with #601CFF

Text Example


Text Example

White with #601CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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