#6D348E

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

Shades of Vivid Violet #6D348E

Tints of Vivid Violet #6D348E

Color information

#6D348E (or 0x6D348E) is unknown color: approx Vivid Violet. HEX triplet: 6D, 34 and 8E. RGB value is (109,52,142). Sum of RGB (Red+Green+Blue) = 109+52+142=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D348E is #92CB71. Grayscale: #4F4F4F. Windows color (decimal): -9620338 or 9319533. OLE color: 9319533.

HSL color Cylindrical-coordinate representation of color #6D348E: hue angle of 278º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D348E is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10952142-
CMYK0.230.6300.44
HSL278º46.39%38.04%-
HSV(B)278º63.38%55.69%-
XYZ12.427.6626.42-
YUV79.3163.38149.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=35.97%
G=17.16%
B=46.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109521420.230.6300.4427846.3938.04
Hex6D348E173F02C1162e26
Octal1556421627770544265646
Binary110110111010010001110101111111110101100100010110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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