#6E188A

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

Shades of Vivid Violet #6E188A

Tints of Vivid Violet #6E188A

Color information

#6E188A (or 0x6E188A) is unknown color: approx Vivid Violet. HEX triplet: 6E, 18 and 8A. RGB value is (110,24,138). Sum of RGB (Red+Green+Blue) = 110+24+138=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E188A is #91E775. Grayscale: #3E3E3E. Windows color (decimal): -9561974 or 9050222. OLE color: 9050222.

HSL color Cylindrical-coordinate representation of color #6E188A: hue angle of 285.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E188A is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11024138-
CMYK0.200.8300.46
HSL285.26º70.37%31.76%-
HSV(B)285.26º82.61%54.12%-
XYZ11.345.824.57-
YUV62.71170.49161.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=40.44%
G=8.82%
B=50.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110241380.200.8300.46285.2670.3731.76
Hex6E188A145302E11d4620
Octal156302122412305643510640
Binary1101110110001000101010100101001101011101000111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,138); }

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

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

 a { background-color: rgb(110,24,138); }

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

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

 span { border-color: rgb(110,24,138); }

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