Html Css Color HEX #601EDE Han Purple

📋 copy color: '#601EDE'

red 96 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #601EDE

Tints of Han Purple #601EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.62%

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 27.59%
G = 8.62%
B = 63.79%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#601EDE (or 0x601EDE) is known color: Han Purple. HEX triplet: 60, 1E and DE. RGB value is (96,30,222). Sum of RGB (Red+Green+Blue) = 96+30+222=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #601EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EDE is #9FE121. Grayscale: #464646. Windows color (decimal): -10477858 or 14556768. OLE color: 14556768.

HSL color Cylindrical-coordinate representation of color #601EDE: hue angle of 260.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601EDE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 30 222 -
CMYK 0.57 0.86 0 0.13
HSL 260.63º 0.76% 0.49% -
HSV(B) 260.63º 0.86% 0.87% -
XYZ 18.47 8.69 69.81 -
YUV 71.62 212.87 145.39 -
System Red Green Blue C M Y K H S L
Decimal 96 30 222 0.57 0.86 0 0.13 260.63 0.76 0.49
Hex 60 1E DE 39 56 0 D 105 4C 31
Octal 140 36 336 71 126 0 15 405 114 61
Binary 1100000 11110 11011110 111001 1010110 0 1101 100000101 1001100 110001

Color Harmonies of #601EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EDE

Black with #601EDE

Text Example


Text Example

White with #601EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,30,222); }

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

background-color css

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

 a { background-color: rgb(96,30,222); }

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

border-color css

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

 span { border-color: rgb(96,30,222); }

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