#6D3885

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

Shades of Vivid Violet #6D3885

Tints of Vivid Violet #6D3885

Color information

#6D3885 (or 0x6D3885) is unknown color: approx Vivid Violet. HEX triplet: 6D, 38 and 85. RGB value is (109,56,133). Sum of RGB (Red+Green+Blue) = 109+56+133=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3885 is #92C77A. Grayscale: #505050. Windows color (decimal): -9619323 or 8730733. OLE color: 8730733.

HSL color Cylindrical-coordinate representation of color #6D3885: hue angle of 281.3º 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 #6D3885 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10956133-
CMYK0.180.5800.48
HSL281.3º40.74%37.06%-
HSV(B)281.3º57.89%52.16%-
XYZ11.957.7723.06-
YUV80.62157.56148.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=36.58%
G=18.79%
B=44.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109561330.180.5800.48281.340.7437.06
Hex6D3885123A0301192925
Octal1557020522720604315145
Binary110110111100010000101100101110100110000100011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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