#6030EF

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

Shades of Han Purple #6030EF

Tints of Han Purple #6030EF

Color information

#6030EF (or 0x6030EF) is unknown color: approx Han Purple. HEX triplet: 60, 30 and EF. RGB value is (96,48,239). Sum of RGB (Red+Green+Blue) = 96+48+239=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #6030EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6030EF is #9FCF10. Grayscale: #535353. Windows color (decimal): -10473233 or 15675488. OLE color: 15675488.

HSL color Cylindrical-coordinate representation of color #6030EF: hue angle of 255.08º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6030EF is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9648239-
CMYK0.600.8000.06
HSL255.08º85.65%56.27%-
HSV(B)255.08º79.92%93.73%-
XYZ21.4610.8382.62-
YUV84.13215.4136.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 239 (93.75% from 255) = 62.40%
R=25.07%
G=12.53%
B=62.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96482390.600.8000.06255.0885.6556.27
Hex6030EF3C5006ff5638
Octal14060357741200637712670
Binary11000001100001110111111110010100000110111111111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6030EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6030EF; }

 p { color: rgb(96,48,239); }

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

<style>
 a { background-color: #6030EF; }

 a { background-color: rgb(96,48,239); }

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

<style>
 span { border-color: #6030EF; }

 span { border-color: rgb(96,48,239); }

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