#6F2592

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

Shades of Vivid Violet #6F2592

Tints of Vivid Violet #6F2592

Color information

#6F2592 (or 0x6F2592) is unknown color: approx Vivid Violet. HEX triplet: 6F, 25 and 92. RGB value is (111,37,146). Sum of RGB (Red+Green+Blue) = 111+37+146=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2592 is #90DA6D. Grayscale: #474747. Windows color (decimal): -9493102 or 9577839. OLE color: 9577839.

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

Color convert

RGB11137146-
CMYK0.240.7500.43
HSL280.73º59.56%35.88%-
HSV(B)280.73º74.66%57.25%-
XYZ12.416.7827.85-
YUV71.55170.02156.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=37.76%
G=12.59%
B=49.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111371460.240.7500.43280.7359.5635.88
Hex6F2592184B02B1193c24
Octal15745222301130534317444
Binary1101111100101100100101100010010110101011100011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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