#6f129e

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

Shades of Vivid Violet #6F129E

Tints of Vivid Violet #6F129E

Color information

#6F129E (or 0x6F129E) is unknown color: approx Vivid Violet. HEX triplet: 6F, 12 and 9E. RGB value is (111,18,158). Sum of RGB (Red+Green+Blue) = 111+18+158=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F129E is #90ED61. Grayscale: #3D3D3D. Windows color (decimal): -9497954 or 10359407. OLE color: 10359407.

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

Color convert

RGB11118158-
CMYK0.300.8900.38
HSL279.86º79.55%34.51%-
HSV(B)279.86º88.61%61.96%-
XYZ12.946.2832.88-
YUV61.77182.31163.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=38.68%
G=6.27%
B=55.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111181580.300.8900.38279.8679.5534.51
Hex6F129E1E590261185023
Octal157222363613104643012043
Binary1101111100101001111011110101100101001101000110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f129e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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