#6E1297

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

Shades of Vivid Violet #6E1297

Tints of Vivid Violet #6E1297

Color information

#6E1297 (or 0x6E1297) is unknown color: approx Vivid Violet. HEX triplet: 6E, 12 and 97. RGB value is (110,18,151). Sum of RGB (Red+Green+Blue) = 110+18+151=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1297 is #91ED68. Grayscale: #3C3C3C. Windows color (decimal): -9563497 or 9900654. OLE color: 9900654.

HSL color Cylindrical-coordinate representation of color #6E1297: hue angle of 281.5º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1297 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11018151-
CMYK0.270.8800.41
HSL281.5º78.7%33.14%-
HSV(B)281.5º88.08%59.22%-
XYZ12.235.9829.79-
YUV60.67178.98163.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.43%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 151 (59.38% from 255) = 54.12%
R=39.43%
G=6.45%
B=54.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110181510.270.8800.41281.578.733.14
Hex6E12971B5802911a4f21
Octal156222273313005143211741
Binary1101110100101001011111011101100001010011000110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,151); }

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

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

 a { background-color: rgb(110,18,151); }

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

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

 span { border-color: rgb(110,18,151); }

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