#6D1DF1

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

Shades of Han Purple #6D1DF1

Tints of Han Purple #6D1DF1

Color information

#6D1DF1 (or 0x6D1DF1) is unknown color: approx Han Purple. HEX triplet: 6D, 1D and F1. RGB value is (109,29,241). Sum of RGB (Red+Green+Blue) = 109+29+241=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D1DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1DF1 is #92E20E. Grayscale: #4C4C4C. Windows color (decimal): -9626127 or 15801709. OLE color: 15801709.

HSL color Cylindrical-coordinate representation of color #6D1DF1: hue angle of 262.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1DF1 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10929241-
CMYK0.550.8800.05
HSL262.64º88.33%52.94%-
HSV(B)262.64º87.97%94.51%-
XYZ22.6210.4884.05-
YUV77.09220.5150.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.76%
GREEN value IS 29 (11.72% from 255) = 7.65%
BLUE value IS 241 (94.53% from 255) = 63.59%
R=28.76%
G=7.65%
B=63.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109292410.550.8800.05262.6488.3352.94
Hex6D1DF13758051075835
Octal15535361671300540713065
Binary11011011110111110001110111101100001011000001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,29,241); }

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

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

 a { background-color: rgb(109,29,241); }

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

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

 span { border-color: rgb(109,29,241); }

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