#6318E0

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

Shades of Han Purple #6318E0

Tints of Han Purple #6318E0

Color information

#6318E0 (or 0x6318E0) is unknown color: approx Han Purple. HEX triplet: 63, 18 and E0. RGB value is (99,24,224). Sum of RGB (Red+Green+Blue) = 99+24+224=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #6318E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318E0 is #9CE71F. Grayscale: #444444. Windows color (decimal): -10282784 or 14686307. OLE color: 14686307.

HSL color Cylindrical-coordinate representation of color #6318E0: hue angle of 262.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6318E0 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9924224-
CMYK0.560.8900.12
HSL262.5º80.65%48.63%-
HSV(B)262.5º89.29%87.84%-
XYZ18.938.6971.2-
YUV69.22215.35149.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 224 (87.89% from 255) = 64.55%
R=28.53%
G=6.92%
B=64.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal99242240.560.8900.12262.580.6548.63
Hex6318E038590C1065131
Octal143303407013101440612161
Binary110001111000111000001110001011001011001000001101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6318E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6318E0; }

 p { color: rgb(99,24,224); }

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

<style>
 a { background-color: #6318E0; }

 a { background-color: rgb(99,24,224); }

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

<style>
 span { border-color: #6318E0; }

 span { border-color: rgb(99,24,224); }

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