#6D34E7

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

Shades of Blue Violet #6D34E7

Tints of Blue Violet #6D34E7

Color information

#6D34E7 (or 0x6D34E7) is unknown color: approx Blue Violet. HEX triplet: 6D, 34 and E7. RGB value is (109,52,231). Sum of RGB (Red+Green+Blue) = 109+52+231=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D34E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D34E7 is #92CB18. Grayscale: #585858. Windows color (decimal): -9620249 or 15152237. OLE color: 15152237.

HSL color Cylindrical-coordinate representation of color #6D34E7: hue angle of 259.11º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D34E7 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10952231-
CMYK0.530.7700.09
HSL259.11º78.85%55.49%-
HSV(B)259.11º77.49%90.59%-
XYZ21.9611.4876.66-
YUV89.45207.88141.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 52 (20.70% from 255) = 13.27%
BLUE value IS 231 (90.62% from 255) = 58.93%
R=27.81%
G=13.27%
B=58.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109522310.530.7700.09259.1178.8555.49
Hex6D34E7354D091034f37
Octal155643476511501140311767
Binary1101101110100111001111101011001101010011000000111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D34E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,231); }

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

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

 a { background-color: rgb(109,52,231); }

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

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

 span { border-color: rgb(109,52,231); }

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