#6C1DFE

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

Shades of Han Purple #6C1DFE

Tints of Han Purple #6C1DFE

Color information

#6C1DFE (or 0x6C1DFE) is unknown color: approx Han Purple. HEX triplet: 6C, 1D and FE. RGB value is (108,29,254). Sum of RGB (Red+Green+Blue) = 108+29+254=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1DFE is #93E201. Grayscale: #4D4D4D. Windows color (decimal): -9691650 or 16653676. OLE color: 16653676.

HSL color Cylindrical-coordinate representation of color #6C1DFE: hue angle of 261.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C1DFE is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10829254-
CMYK0.570.8900.00
HSL261.07º99.12%55.49%-
HSV(B)261.07º88.58%99.61%-
XYZ24.5111.2294.64-
YUV78.27227.17149.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 29 (11.72% from 255) = 7.42%
BLUE value IS 254 (99.61% from 255) = 64.96%
R=27.62%
G=7.42%
B=64.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal108292540.570.8900.00261.0799.1255.49
Hex6C1DFE3959001056337
Octal15435376711310040514367
Binary110110011101111111101110011011001001000001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1DFE; }

 p { color: rgb(108,29,254); }

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

<style>
 a { background-color: #6C1DFE; }

 a { background-color: rgb(108,29,254); }

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

<style>
 span { border-color: #6C1DFE; }

 span { border-color: rgb(108,29,254); }

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