#6F3292

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

Shades of Vivid Violet #6F3292

Tints of Vivid Violet #6F3292

Color information

#6F3292 (or 0x6F3292) is unknown color: approx Vivid Violet. HEX triplet: 6F, 32 and 92. RGB value is (111,50,146). Sum of RGB (Red+Green+Blue) = 111+50+146=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F3292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3292 is #90CD6D. Grayscale: #4E4E4E. Windows color (decimal): -9489774 or 9581167. OLE color: 9581167.

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

Color convert

RGB11150146-
CMYK0.240.6600.43
HSL278.12º48.98%38.43%-
HSV(B)278.12º65.75%57.25%-
XYZ12.887.7428.01-
YUV79.18165.71150.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=36.16%
G=16.29%
B=47.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111501460.240.6600.43278.1248.9838.43
Hex6F3292184202B1163126
Octal15762222301020534266146
Binary1101111110010100100101100010000100101011100010110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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