#6C149D

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

Shades of Vivid Violet #6C149D

Tints of Vivid Violet #6C149D

Color information

#6C149D (or 0x6C149D) is unknown color: approx Vivid Violet. HEX triplet: 6C, 14 and 9D. RGB value is (108,20,157). Sum of RGB (Red+Green+Blue) = 108+20+157=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C149D is #93EB62. Grayscale: #3D3D3D. Windows color (decimal): -9694051 or 10294380. OLE color: 10294380.

HSL color Cylindrical-coordinate representation of color #6C149D: hue angle of 278.54º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C149D is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10820157-
CMYK0.310.8700.38
HSL278.54º77.4%34.71%-
HSV(B)278.54º87.26%61.57%-
XYZ12.526.1232.42-
YUV61.93181.65160.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=37.89%
G=7.02%
B=55.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108201570.310.8700.38278.5477.434.71
Hex6C149D1F570261174d23
Octal154242353712704642711543
Binary1101100101001001110111111101011101001101000101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,20,157); }

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

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

 a { background-color: rgb(108,20,157); }

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

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

 span { border-color: rgb(108,20,157); }

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