#6D1DE3

Color #6D1DE3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #6D1DE3

Tints of Blue Violet #6D1DE3

Color information

#6D1DE3 (or 0x6D1DE3) is unknown color: approx Blue Violet. HEX triplet: 6D, 1D and E3. RGB value is (109,29,227). Sum of RGB (Red+Green+Blue) = 109+29+227=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 227 (89.06% from 255 or 62.19% from 365); Max value from RGB is 227 - color contains mainly: blue. Hex color #6D1DE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1DE3 is #92E21C. Grayscale: #4A4A4A. Windows color (decimal): -9626141 or 14884205. OLE color: 14884205.

HSL color Cylindrical-coordinate representation of color #6D1DE3: hue angle of 264.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1DE3 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10929227-
CMYK0.520.8700.11
HSL264.24º77.95%50.2%-
HSV(B)264.24º87.22%89.02%-
XYZ20.619.6873.45-
YUV75.49213.5151.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.86%
GREEN value IS 29 (11.72% from 255) = 7.95%
BLUE value IS 227 (89.06% from 255) = 62.19%
R=29.86%
G=7.95%
B=62.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal109292270.520.8700.11264.2477.9550.2
Hex6D1DE334570B1084e32
Octal155353436412701341011662
Binary110110111101111000111101001010111010111000010001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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