#6013E1

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

Shades of Han Purple #6013E1

Tints of Han Purple #6013E1

Color information

#6013E1 (or 0x6013E1) is unknown color: approx Han Purple. HEX triplet: 60, 13 and E1. RGB value is (96,19,225). Sum of RGB (Red+Green+Blue) = 96+19+225=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #6013E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013E1 is #9FEC1E. Grayscale: #404040. Windows color (decimal): -10480671 or 14750560. OLE color: 14750560.

HSL color Cylindrical-coordinate representation of color #6013E1: hue angle of 262.43º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6013E1 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9619225-
CMYK0.570.9200.12
HSL262.43º84.43%47.84%-
HSV(B)262.43º91.56%88.24%-
XYZ18.658.3971.87-
YUV65.51218.01149.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 19 (7.81% from 255) = 5.59%
BLUE value IS 225 (88.28% from 255) = 66.18%
R=28.24%
G=5.59%
B=66.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal96192250.570.9200.12262.4384.4347.84
Hex6013E1395C0C1065430
Octal140233417113401440612460
Binary110000010011111000011110011011100011001000001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6013E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6013E1; }

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

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

<style>
 a { background-color: #6013E1; }

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

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

<style>
 span { border-color: #6013E1; }

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

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