#6817FC

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

Shades of Han Purple #6817FC

Tints of Han Purple #6817FC

Color information

#6817FC (or 0x6817FC) is unknown color: approx Han Purple. HEX triplet: 68, 17 and FC. RGB value is (104,23,252). Sum of RGB (Red+Green+Blue) = 104+23+252=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #6817FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6817FC is #97E803. Grayscale: #484848. Windows color (decimal): -9955332 or 16521064. OLE color: 16521064.

HSL color Cylindrical-coordinate representation of color #6817FC: hue angle of 261.22º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6817FC is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10423252-
CMYK0.590.9100.01
HSL261.22º97.45%53.92%-
HSV(B)261.22º90.87%98.82%-
XYZ23.5910.5892.9-
YUV73.32228.84149.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 23 (9.38% from 255) = 6.07%
BLUE value IS 252 (98.83% from 255) = 66.49%
R=27.44%
G=6.07%
B=66.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal104232520.590.9100.01261.2297.4553.92
Hex6817FC3B5B011056136
Octal15027374731330140514166
Binary110100010111111111001110111011011011000001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6817FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6817FC; }

 p { color: rgb(104,23,252); }

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

<style>
 a { background-color: #6817FC; }

 a { background-color: rgb(104,23,252); }

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

<style>
 span { border-color: #6817FC; }

 span { border-color: rgb(104,23,252); }

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