#6E2785

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

Shades of Vivid Violet #6E2785

Tints of Vivid Violet #6E2785

Color information

#6E2785 (or 0x6E2785) is unknown color: approx Vivid Violet. HEX triplet: 6E, 27 and 85. RGB value is (110,39,133). Sum of RGB (Red+Green+Blue) = 110+39+133=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E2785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2785 is #91D87A. Grayscale: #464646. Windows color (decimal): -9558139 or 8726382. OLE color: 8726382.

HSL color Cylindrical-coordinate representation of color #6E2785: hue angle of 285.32º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2785 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11039133-
CMYK0.170.7100.48
HSL285.32º54.65%33.73%-
HSV(B)285.32º70.68%52.16%-
XYZ11.396.4622.84-
YUV70.95163.02155.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.01%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=39.01%
G=13.83%
B=47.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110391330.170.7100.48285.3254.6533.73
Hex6E2785114703011d3722
Octal15647205211070604356742
Binary1101110100111100001011000110001110110000100011101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,39,133); }

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

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

 a { background-color: rgb(110,39,133); }

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

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

 span { border-color: rgb(110,39,133); }

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