#6C168D

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

Shades of Vivid Violet #6C168D

Tints of Vivid Violet #6C168D

Color information

#6C168D (or 0x6C168D) is unknown color: approx Vivid Violet. HEX triplet: 6C, 16 and 8D. RGB value is (108,22,141). Sum of RGB (Red+Green+Blue) = 108+22+141=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C168D is #93E972. Grayscale: #3C3C3C. Windows color (decimal): -9693555 or 9246316. OLE color: 9246316.

HSL color Cylindrical-coordinate representation of color #6C168D: hue angle of 283.36º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C168D is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10822141-
CMYK0.230.8400.45
HSL283.36º73.01%31.96%-
HSV(B)283.36º84.4%55.29%-
XYZ11.285.6925.7-
YUV61.28172.99161.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=39.85%
G=8.12%
B=52.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108221410.230.8400.45283.3673.0131.96
Hex6C168D175402D11b4920
Octal154262152712405543311140
Binary1101100101101000110110111101010001011011000110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,141); }

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

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

 a { background-color: rgb(108,22,141); }

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

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

 span { border-color: rgb(108,22,141); }

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