#6F2695

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

Shades of Vivid Violet #6F2695

Tints of Vivid Violet #6F2695

Color information

#6F2695 (or 0x6F2695) is unknown color: approx Vivid Violet. HEX triplet: 6F, 26 and 95. RGB value is (111,38,149). Sum of RGB (Red+Green+Blue) = 111+38+149=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F2695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2695 is #90D96A. Grayscale: #484848. Windows color (decimal): -9492843 or 9774703. OLE color: 9774703.

HSL color Cylindrical-coordinate representation of color #6F2695: hue angle of 279.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F2695 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11138149-
CMYK0.260.7400.42
HSL279.46º59.36%36.67%-
HSV(B)279.46º74.5%58.43%-
XYZ12.676.9429.1-
YUV72.48171.18155.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.25%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 149 (58.59% from 255) = 50%
R=37.25%
G=12.75%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111381490.260.7400.42279.4659.3636.67
Hex6F26951A4A02A1173b25
Octal15746225321120524277345
Binary1101111100110100101011101010010100101010100010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,149); }

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

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

 a { background-color: rgb(111,38,149); }

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

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

 span { border-color: rgb(111,38,149); }

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