#6015FD

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

Shades of Han Purple #6015FD

Tints of Han Purple #6015FD

Color information

#6015FD (or 0x6015FD) is unknown color: approx Han Purple. HEX triplet: 60, 15 and FD. RGB value is (96,21,253). Sum of RGB (Red+Green+Blue) = 96+21+253=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #6015FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015FD is #9FEA02. Grayscale: #454545. Windows color (decimal): -10480131 or 16586080. OLE color: 16586080.

HSL color Cylindrical-coordinate representation of color #6015FD: hue angle of 259.4º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6015FD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9621253-
CMYK0.620.9200.01
HSL259.4º98.31%53.73%-
HSV(B)259.4º91.7%99.22%-
XYZ22.8210.1193.68-
YUV69.87231.35146.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 21 (8.59% from 255) = 5.68%
BLUE value IS 253 (99.22% from 255) = 68.38%
R=25.95%
G=5.68%
B=68.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96212530.620.9200.01259.498.3153.73
Hex6015FD3E5C011036236
Octal14025375761340140314266
Binary110000010101111111011111101011100011000000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6015FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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