#6F1D91

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

Shades of Vivid Violet #6F1D91

Tints of Vivid Violet #6F1D91

Color information

#6F1D91 (or 0x6F1D91) is unknown color: approx Vivid Violet. HEX triplet: 6F, 1D and 91. RGB value is (111,29,145). Sum of RGB (Red+Green+Blue) = 111+29+145=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F1D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1D91 is #90E26E. Grayscale: #424242. Windows color (decimal): -9495151 or 9510255. OLE color: 9510255.

HSL color Cylindrical-coordinate representation of color #6F1D91: hue angle of 282.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1D91 is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11129145-
CMYK0.230.800.43
HSL282.41º66.67%34.12%-
HSV(B)282.41º80%56.86%-
XYZ12.116.327.37-
YUV66.74172.17159.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 29 (11.72% from 255) = 10.18%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=38.95%
G=10.18%
B=50.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111291450.230.800.43282.4166.6734.12
Hex6F1D91175002B11a4322
Octal157352212712005343210342
Binary1101111111011001000110111101000001010111000110101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,145); }

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

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

 a { background-color: rgb(111,29,145); }

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

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

 span { border-color: rgb(111,29,145); }

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