#6e228f

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

Shades of Vivid Violet #6E228F

Tints of Vivid Violet #6E228F

Color information

#6E228F (or 0x6E228F) is unknown color: approx Vivid Violet. HEX triplet: 6E, 22 and 8F. RGB value is (110,34,143). Sum of RGB (Red+Green+Blue) = 110+34+143=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E228F is #91DD70. Grayscale: #444444. Windows color (decimal): -9559409 or 9380462. OLE color: 9380462.

HSL color Cylindrical-coordinate representation of color #6E228F: hue angle of 281.83º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E228F is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11034143-
CMYK0.230.7600.44
HSL281.83º61.58%34.71%-
HSV(B)281.83º76.22%56.08%-
XYZ11.966.4426.6-
YUV69.15169.68157.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=38.33%
G=11.85%
B=49.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110341430.230.7600.44281.8361.5834.71
Hex6E228F174C02C11a3e23
Octal15642217271140544327643
Binary1101110100010100011111011110011000101100100011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e228f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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