#6015EE

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

Shades of Han Purple #6015EE

Tints of Han Purple #6015EE

Color information

#6015EE (or 0x6015EE) is unknown color: approx Han Purple. HEX triplet: 60, 15 and EE. RGB value is (96,21,238). Sum of RGB (Red+Green+Blue) = 96+21+238=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #6015EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015EE is #9FEA11. Grayscale: #434343. Windows color (decimal): -10480146 or 15603040. OLE color: 15603040.

HSL color Cylindrical-coordinate representation of color #6015EE: hue angle of 260.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6015EE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9621238-
CMYK0.600.9100.07
HSL260.74º86.45%50.78%-
HSV(B)260.74º91.18%93.33%-
XYZ20.529.281.58-
YUV68.16223.85147.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 238 (93.36% from 255) = 67.04%
R=27.04%
G=5.92%
B=67.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal96212380.600.9100.07260.7486.4550.78
Hex6015EE3C5B071055633
Octal14025356741330740512663
Binary11000001010111101110111100101101101111000001011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6015EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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