#6F2486

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

Shades of Vivid Violet #6F2486

Tints of Vivid Violet #6F2486

Color information

#6F2486 (or 0x6F2486) is unknown color: approx Vivid Violet. HEX triplet: 6F, 24 and 86. RGB value is (111,36,134). Sum of RGB (Red+Green+Blue) = 111+36+134=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F2486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2486 is #90DB79. Grayscale: #454545. Windows color (decimal): -9493370 or 8791151. OLE color: 8791151.

HSL color Cylindrical-coordinate representation of color #6F2486: hue angle of 285.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2486 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11136134-
CMYK0.170.7300.47
HSL285.92º57.65%33.33%-
HSV(B)285.92º73.13%52.55%-
XYZ11.496.3623.18-
YUV69.6164.35157.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=39.50%
G=12.81%
B=47.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111361340.170.7300.47285.9257.6533.33
Hex6F2486114902F11e3a21
Octal15744206211110574367241
Binary1101111100100100001101000110010010101111100011110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,134); }

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

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

 a { background-color: rgb(111,36,134); }

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

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

 span { border-color: rgb(111,36,134); }

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