Html Css Color HEX #601CE1 Han Purple

📋 copy color: '#601CE1'

red 96 ◦ green 28 ◦ blue 225

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

Shades of Han Purple #601CE1

Tints of Han Purple #601CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 64.47%

R = 27.51%
G = 8.02%
B = 64.47%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#601CE1 (or 0x601CE1) is known color: Han Purple. HEX triplet: 60, 1C and E1. RGB value is (96,28,225). Sum of RGB (Red+Green+Blue) = 96+28+225=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #601CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CE1 is #9FE31E. Grayscale: #464646. Windows color (decimal): -10478367 or 14752864. OLE color: 14752864.

HSL color Cylindrical-coordinate representation of color #601CE1: hue angle of 260.71º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601CE1 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 28 225 -
CMYK 0.57 0.88 0 0.12
HSL 260.71º 0.78% 0.5% -
HSV(B) 260.71º 0.88% 0.88% -
XYZ 18.83 8.75 71.93 -
YUV 70.79 215.03 145.98 -
System Red Green Blue C M Y K H S L
Decimal 96 28 225 0.57 0.88 0 0.12 260.71 0.78 0.5
Hex 60 1C E1 39 58 0 C 105 4E 32
Octal 140 34 341 71 130 0 14 405 116 62
Binary 1100000 11100 11100001 111001 1011000 0 1100 100000101 1001110 110010

Color Harmonies of #601CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CE1

Black with #601CE1

Text Example


Text Example

White with #601CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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