#6E3885

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

Shades of Vivid Violet #6E3885

Tints of Vivid Violet #6E3885

Color information

#6E3885 (or 0x6E3885) is unknown color: approx Vivid Violet. HEX triplet: 6E, 38 and 85. RGB value is (110,56,133). Sum of RGB (Red+Green+Blue) = 110+56+133=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3885 is #91C77A. Grayscale: #505050. Windows color (decimal): -9553787 or 8730734. OLE color: 8730734.

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

Color convert

RGB11056133-
CMYK0.170.5800.48
HSL282.08º40.74%37.06%-
HSV(B)282.08º57.89%52.16%-
XYZ12.087.8423.07-
YUV80.92157.39148.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.79%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=36.79%
G=18.73%
B=44.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110561330.170.5800.48282.0840.7437.06
Hex6E3885113A03011a2925
Octal1567020521720604325145
Binary110111011100010000101100011110100110000100011010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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