#6F2294

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

Shades of Vivid Violet #6F2294

Tints of Vivid Violet #6F2294

Color information

#6F2294 (or 0x6F2294) is unknown color: approx Vivid Violet. HEX triplet: 6F, 22 and 94. RGB value is (111,34,148). Sum of RGB (Red+Green+Blue) = 111+34+148=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F2294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2294 is #90DD6B. Grayscale: #454545. Windows color (decimal): -9493868 or 9708143. OLE color: 9708143.

HSL color Cylindrical-coordinate representation of color #6F2294: hue angle of 280.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2294 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11134148-
CMYK0.250.7700.42
HSL280.53º62.64%35.69%-
HSV(B)280.53º77.03%58.04%-
XYZ12.476.6628.65-
YUV70.02172.01157.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=37.88%
G=11.60%
B=50.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111341480.250.7700.42280.5362.6435.69
Hex6F2294194D02A1193f24
Octal15742224311150524317744
Binary1101111100010100101001100110011010101010100011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,34,148); }

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

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

 a { background-color: rgb(111,34,148); }

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

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

 span { border-color: rgb(111,34,148); }

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