#6415DF

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

Shades of Han Purple #6415DF

Tints of Han Purple #6415DF

Color information

#6415DF (or 0x6415DF) is unknown color: approx Han Purple. HEX triplet: 64, 15 and DF. RGB value is (100,21,223). Sum of RGB (Red+Green+Blue) = 100+21+223=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #6415DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415DF is #9BEA20. Grayscale: #424242. Windows color (decimal): -10218017 or 14620004. OLE color: 14620004.

HSL color Cylindrical-coordinate representation of color #6415DF: hue angle of 263.47º 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 #6415DF is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10021223-
CMYK0.550.9100.13
HSL263.47º82.79%47.84%-
HSV(B)263.47º90.58%87.45%-
XYZ18.848.5770.47-
YUV67.65215.67151.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 21 (8.59% from 255) = 6.10%
BLUE value IS 223 (87.5% from 255) = 64.83%
R=29.07%
G=6.10%
B=64.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100212230.550.9100.13263.4782.7947.84
Hex6415DF375B0D1075330
Octal144253376713301540712360
Binary110010010101110111111101111011011011011000001111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6415DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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