#6E2F87

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

Shades of Vivid Violet #6E2F87

Tints of Vivid Violet #6E2F87

Color information

#6E2F87 (or 0x6E2F87) is unknown color: approx Vivid Violet. HEX triplet: 6E, 2F and 87. RGB value is (110,47,135). Sum of RGB (Red+Green+Blue) = 110+47+135=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2F87 is #91D078. Grayscale: #4B4B4B. Windows color (decimal): -9556089 or 8859502. OLE color: 8859502.

HSL color Cylindrical-coordinate representation of color #6E2F87: hue angle of 282.95º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2F87 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11047135-
CMYK0.190.6500.47
HSL282.95º48.35%35.69%-
HSV(B)282.95º65.19%52.94%-
XYZ11.827.123.67-
YUV75.87161.37152.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=37.67%
G=16.10%
B=46.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110471350.190.6500.47282.9548.3535.69
Hex6E2F87134102F11b3024
Octal15657207231010574336044
Binary1101110101111100001111001110000010101111100011011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,47,135); }

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

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

 a { background-color: rgb(110,47,135); }

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

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

 span { border-color: rgb(110,47,135); }

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