#6C328E

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

Shades of Vivid Violet #6C328E

Tints of Vivid Violet #6C328E

Color information

#6C328E (or 0x6C328E) is unknown color: approx Vivid Violet. HEX triplet: 6C, 32 and 8E. RGB value is (108,50,142). Sum of RGB (Red+Green+Blue) = 108+50+142=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C328E is #93CD71. Grayscale: #4D4D4D. Windows color (decimal): -9686386 or 9319020. OLE color: 9319020.

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

Color convert

RGB10850142-
CMYK0.240.6500.44
HSL277.83º47.92%37.65%-
HSV(B)277.83º64.79%55.69%-
XYZ12.217.4226.38-
YUV77.83164.22149.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=36%
G=16.67%
B=47.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108501420.240.6500.44277.8347.9237.65
Hex6C328E184102C1163026
Octal15462216301010544266046
Binary1101100110010100011101100010000010101100100010110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,142); }

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

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

 a { background-color: rgb(108,50,142); }

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

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

 span { border-color: rgb(108,50,142); }

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