#6D308C

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

Shades of Vivid Violet #6D308C

Tints of Vivid Violet #6D308C

Color information

#6D308C (or 0x6D308C) is unknown color: approx Vivid Violet. HEX triplet: 6D, 30 and 8C. RGB value is (109,48,140). Sum of RGB (Red+Green+Blue) = 109+48+140=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D308C is #92CF73. Grayscale: #4C4C4C. Windows color (decimal): -9621364 or 9187437. OLE color: 9187437.

HSL color Cylindrical-coordinate representation of color #6D308C: hue angle of 279.78º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D308C is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10948140-
CMYK0.220.6600.45
HSL279.78º48.94%36.86%-
HSV(B)279.78º65.71%54.9%-
XYZ12.17.2625.57-
YUV76.73163.71151.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=36.70%
G=16.16%
B=47.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109481400.220.6600.45279.7848.9436.86
Hex6D308C164202D1183125
Octal15560214261020554306145
Binary1101101110000100011001011010000100101101100011000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,140); }

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

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

 a { background-color: rgb(109,48,140); }

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

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

 span { border-color: rgb(109,48,140); }

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