#6015DF

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

Shades of Han Purple #6015DF

Tints of Han Purple #6015DF

Color information

#6015DF (or 0x6015DF) is unknown color: approx Han Purple. HEX triplet: 60, 15 and DF. RGB value is (96,21,223). Sum of RGB (Red+Green+Blue) = 96+21+223=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6015DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015DF is #9FEA20. Grayscale: #414141. Windows color (decimal): -10480161 or 14620000. OLE color: 14620000.

HSL color Cylindrical-coordinate representation of color #6015DF: hue angle of 262.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6015DF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9621223-
CMYK0.570.9100.13
HSL262.28º82.79%47.84%-
HSV(B)262.28º90.58%87.45%-
XYZ18.418.3570.45-
YUV66.45216.35149.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 21 (8.59% from 255) = 6.18%
BLUE value IS 223 (87.5% from 255) = 65.59%
R=28.24%
G=6.18%
B=65.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96212230.570.9100.13262.2882.7947.84
Hex6015DF395B0D1065330
Octal140253377113301540612360
Binary110000010101110111111110011011011011011000001101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6015DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6015DF; }

 p { color: rgb(96,21,223); }

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

<style>
 a { background-color: #6015DF; }

 a { background-color: rgb(96,21,223); }

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

<style>
 span { border-color: #6015DF; }

 span { border-color: rgb(96,21,223); }

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