#6D378B

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

Shades of Vivid Violet #6D378B

Tints of Vivid Violet #6D378B

Color information

#6D378B (or 0x6D378B) is unknown color: approx Vivid Violet. HEX triplet: 6D, 37 and 8B. RGB value is (109,55,139). Sum of RGB (Red+Green+Blue) = 109+55+139=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D378B is #92C874. Grayscale: #505050. Windows color (decimal): -9619573 or 9123693. OLE color: 9123693.

HSL color Cylindrical-coordinate representation of color #6D378B: hue angle of 278.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D378B is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10955139-
CMYK0.220.6000.45
HSL278.57º43.3%38.04%-
HSV(B)278.57º60.43%54.51%-
XYZ12.337.8525.29-
YUV80.72160.89148.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=35.97%
G=18.15%
B=45.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109551390.220.6000.45278.5743.338.04
Hex6D378B163C02D1172b26
Octal1556721326740554275346
Binary110110111011110001011101101111000101101100010111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,55,139); }

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

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

 a { background-color: rgb(109,55,139); }

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

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

 span { border-color: rgb(109,55,139); }

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