#6D32EC

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

Shades of Blue Violet #6D32EC

Tints of Blue Violet #6D32EC

Color information

#6D32EC (or 0x6D32EC) is unknown color: approx Blue Violet. HEX triplet: 6D, 32 and EC. RGB value is (109,50,236). Sum of RGB (Red+Green+Blue) = 109+50+236=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D32EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D32EC is #92CD13. Grayscale: #585858. Windows color (decimal): -9620756 or 15479405. OLE color: 15479405.

HSL color Cylindrical-coordinate representation of color #6D32EC: hue angle of 259.03º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D32EC is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10950236-
CMYK0.540.7900.07
HSL259.03º83.04%56.08%-
HSV(B)259.03º78.81%92.55%-
XYZ22.5911.5980.4-
YUV88.84211.05142.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 236 (92.58% from 255) = 59.75%
R=27.59%
G=12.66%
B=59.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal109502360.540.7900.07259.0383.0456.08
Hex6D32EC364F071035338
Octal15562354661170740312370
Binary110110111001011101100110110100111101111000000111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D32EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,50,236); }

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

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

 a { background-color: rgb(109,50,236); }

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

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

 span { border-color: rgb(109,50,236); }

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