#6F2591

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

Shades of Vivid Violet #6F2591

Tints of Vivid Violet #6F2591

Color information

#6F2591 (or 0x6F2591) is unknown color: approx Vivid Violet. HEX triplet: 6F, 25 and 91. RGB value is (111,37,145). Sum of RGB (Red+Green+Blue) = 111+37+145=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F2591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2591 is #90DA6E. Grayscale: #474747. Windows color (decimal): -9493103 or 9512303. OLE color: 9512303.

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

Color convert

RGB11137145-
CMYK0.230.7400.43
HSL281.11º59.34%35.69%-
HSV(B)281.11º74.48%56.86%-
XYZ12.336.7527.44-
YUV71.44169.52156.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=37.88%
G=12.63%
B=49.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111371450.230.7400.43281.1159.3435.69
Hex6F2591174A02B1193b24
Octal15745221271120534317344
Binary1101111100101100100011011110010100101011100011001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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