#6E2288

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

Shades of Vivid Violet #6E2288

Tints of Vivid Violet #6E2288

Color information

#6E2288 (or 0x6E2288) is unknown color: approx Vivid Violet. HEX triplet: 6E, 22 and 88. RGB value is (110,34,136). Sum of RGB (Red+Green+Blue) = 110+34+136=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2288 is #91DD77. Grayscale: #444444. Windows color (decimal): -9559416 or 8921710. OLE color: 8921710.

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

Color convert

RGB11034136-
CMYK0.190.7500.47
HSL284.71º60%33.33%-
HSV(B)284.71º75%53.33%-
XYZ11.456.2423.89-
YUV68.35166.18157.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.29%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=39.29%
G=12.14%
B=48.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110341360.190.7500.47284.716033.33
Hex6E2288134B02F11d3c21
Octal15642210231130574357441
Binary1101110100010100010001001110010110101111100011101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,34,136); }

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

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

 a { background-color: rgb(110,34,136); }

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

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

 span { border-color: rgb(110,34,136); }

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