#601AE2

Color #601AE2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #601AE2

Tints of Han Purple #601AE2

Color information

#601AE2 (or 0x601AE2) is unknown color: approx Han Purple. HEX triplet: 60, 1A and E2. RGB value is (96,26,226). Sum of RGB (Red+Green+Blue) = 96+26+226=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 226 (88.67% from 255 or 64.94% from 348); Max value from RGB is 226 - color contains mainly: blue. Hex color #601AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601AE2 is #9FE51D. Grayscale: #454545. Windows color (decimal): -10478878 or 14817888. OLE color: 14817888.

HSL color Cylindrical-coordinate representation of color #601AE2: hue angle of 261º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601AE2 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9626226-
CMYK0.580.8800.11
HSL261º79.37%49.41%-
HSV(B)261º88.5%88.63%-
XYZ18.928.7272.64-
YUV69.73216.19146.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 226 (88.67% from 255) = 64.94%
R=27.59%
G=7.47%
B=64.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96262260.580.8800.1126179.3749.41
Hex601AE23A580B1054f31
Octal140323427213001340511761
Binary110000011010111000101110101011000010111000001011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,226); }

 H1.HeaderClassName
 {
   color: #601AE2;
 }
 .AnyTagClassName
 {
   color: #601AE2;
 }
</style>
background-color css

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

 a { background-color: rgb(96,26,226); }

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

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

 span { border-color: rgb(96,26,226); }

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