#6b168e

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

Shades of Vivid Violet #6B168E

Tints of Vivid Violet #6B168E

Color information

#6B168E (or 0x6B168E) is unknown color: approx Vivid Violet. HEX triplet: 6B, 16 and 8E. RGB value is (107,22,142). Sum of RGB (Red+Green+Blue) = 107+22+142=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B168E is #94E971. Grayscale: #3C3C3C. Windows color (decimal): -9759090 or 9311851. OLE color: 9311851.

HSL color Cylindrical-coordinate representation of color #6B168E: hue angle of 282.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B168E is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10722142-
CMYK0.250.8500.44
HSL282.5º73.17%32.16%-
HSV(B)282.5º84.51%55.69%-
XYZ11.235.6526.09-
YUV61.1173.66160.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=39.48%
G=8.12%
B=52.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107221420.250.8500.44282.573.1732.16
Hex6B168E195502C11a4920
Octal153262163112505443211140
Binary1101011101101000111011001101010101011001000110101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b168e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,142); }

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

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

 a { background-color: rgb(107,22,142); }

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

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

 span { border-color: rgb(107,22,142); }

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