#6F209A

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

Shades of Vivid Violet #6F209A

Tints of Vivid Violet #6F209A

Color information

#6F209A (or 0x6F209A) is unknown color: approx Vivid Violet. HEX triplet: 6F, 20 and 9A. RGB value is (111,32,154). Sum of RGB (Red+Green+Blue) = 111+32+154=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F209A is #90DF65. Grayscale: #454545. Windows color (decimal): -9494374 or 10100847. OLE color: 10100847.

HSL color Cylindrical-coordinate representation of color #6F209A: hue angle of 278.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F209A is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11132154-
CMYK0.280.7900.40
HSL278.85º65.59%36.47%-
HSV(B)278.85º79.22%60.39%-
XYZ12.96.7531.19-
YUV69.53175.67157.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=37.37%
G=10.77%
B=51.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111321540.280.7900.40278.8565.5936.47
Hex6F209A1C4F0281174224
Octal157402323411705042710244
Binary11011111000001001101011100100111101010001000101111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,154); }

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

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

 a { background-color: rgb(111,32,154); }

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

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

 span { border-color: rgb(111,32,154); }

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