#6f3590

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

Shades of Vivid Violet #6F3590

Tints of Vivid Violet #6F3590

Color information

#6F3590 (or 0x6F3590) is unknown color: approx Vivid Violet. HEX triplet: 6F, 35 and 90. RGB value is (111,53,144). Sum of RGB (Red+Green+Blue) = 111+53+144=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F3590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3590 is #90CA6F. Grayscale: #505050. Windows color (decimal): -9489008 or 9450863. OLE color: 9450863.

HSL color Cylindrical-coordinate representation of color #6F3590: hue angle of 278.24º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3590 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11153144-
CMYK0.230.6300.44
HSL278.24º46.19%38.63%-
HSV(B)278.24º63.19%56.47%-
XYZ12.867.9427.24-
YUV80.72163.72149.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=36.04%
G=17.21%
B=46.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111531440.230.6300.44278.2446.1938.63
Hex6F3590173F02C1162e27
Octal1576522027770544265647
Binary110111111010110010000101111111110101100100010110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,144); }

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

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

 a { background-color: rgb(111,53,144); }

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

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

 span { border-color: rgb(111,53,144); }

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