#6E2385

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

Shades of Vivid Violet #6E2385

Tints of Vivid Violet #6E2385

Color information

#6E2385 (or 0x6E2385) is unknown color: approx Vivid Violet. HEX triplet: 6E, 23 and 85. RGB value is (110,35,133). Sum of RGB (Red+Green+Blue) = 110+35+133=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E2385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2385 is #91DC7A. Grayscale: #444444. Windows color (decimal): -9559163 or 8725358. OLE color: 8725358.

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

Color convert

RGB11035133-
CMYK0.170.7400.48
HSL285.92º58.33%32.94%-
HSV(B)285.92º73.68%52.16%-
XYZ11.276.2122.8-
YUV68.6164.35157.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.57%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=39.57%
G=12.59%
B=47.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110351330.170.7400.48285.9258.3332.94
Hex6E2385114A03011e3a21
Octal15643205211120604367241
Binary1101110100011100001011000110010100110000100011110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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