#6015F9

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

Shades of Han Purple #6015F9

Tints of Han Purple #6015F9

Color information

#6015F9 (or 0x6015F9) is unknown color: approx Han Purple. HEX triplet: 60, 15 and F9. RGB value is (96,21,249). Sum of RGB (Red+Green+Blue) = 96+21+249=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #6015F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015F9 is #9FEA06. Grayscale: #444444. Windows color (decimal): -10480135 or 16323936. OLE color: 16323936.

HSL color Cylindrical-coordinate representation of color #6015F9: hue angle of 259.74º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6015F9 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9621249-
CMYK0.610.9200.02
HSL259.74º95%52.94%-
HSV(B)259.74º91.57%97.65%-
XYZ22.199.8690.36-
YUV69.42229.35146.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 21 (8.59% from 255) = 5.74%
BLUE value IS 249 (97.66% from 255) = 68.03%
R=26.23%
G=5.74%
B=68.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal96212490.610.9200.02259.749552.94
Hex6015F93D5C021045f35
Octal14025371751340240413765
Binary1100000101011111100111110110111000101000001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6015F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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