#6018FA

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

Shades of Han Purple #6018FA

Tints of Han Purple #6018FA

Color information

#6018FA (or 0x6018FA) is unknown color: approx Han Purple. HEX triplet: 60, 18 and FA. RGB value is (96,24,250). Sum of RGB (Red+Green+Blue) = 96+24+250=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6018FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018FA is #9FE705. Grayscale: #464646. Windows color (decimal): -10479366 or 16390240. OLE color: 16390240.

HSL color Cylindrical-coordinate representation of color #6018FA: hue angle of 259.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6018FA is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9624250-
CMYK0.620.9000.02
HSL259.12º95.76%53.73%-
HSV(B)259.12º90.4%98.04%-
XYZ22.4110.0491.2-
YUV71.29228.85145.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 24 (9.77% from 255) = 6.49%
BLUE value IS 250 (98.05% from 255) = 67.57%
R=25.95%
G=6.49%
B=67.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal96242500.620.9000.02259.1295.7653.73
Hex6018FA3E5A021036036
Octal14030372761320240314066
Binary1100000110001111101011111010110100101000000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6018FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6018FA; }

 p { color: rgb(96,24,250); }

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

<style>
 a { background-color: #6018FA; }

 a { background-color: rgb(96,24,250); }

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

<style>
 span { border-color: #6018FA; }

 span { border-color: rgb(96,24,250); }

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