#6F129D

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

Shades of Vivid Violet #6F129D

Tints of Vivid Violet #6F129D

Color information

#6F129D (or 0x6F129D) is unknown color: approx Vivid Violet. HEX triplet: 6F, 12 and 9D. RGB value is (111,18,157). Sum of RGB (Red+Green+Blue) = 111+18+157=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F129D is #90ED62. Grayscale: #3D3D3D. Windows color (decimal): -9497955 or 10293871. OLE color: 10293871.

HSL color Cylindrical-coordinate representation of color #6F129D: hue angle of 280.14º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F129D is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11118157-
CMYK0.290.8900.38
HSL280.14º79.43%34.31%-
HSV(B)280.14º88.54%61.57%-
XYZ12.866.2532.43-
YUV61.65181.81163.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=38.81%
G=6.29%
B=54.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111181570.290.8900.38280.1479.4334.31
Hex6F129D1D590261184f22
Octal157222353513104643011742
Binary1101111100101001110111101101100101001101000110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,18,157); }

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

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

 a { background-color: rgb(111,18,157); }

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

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

 span { border-color: rgb(111,18,157); }

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