#6D2F87

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

Shades of Vivid Violet #6D2F87

Tints of Vivid Violet #6D2F87

Color information

#6D2F87 (or 0x6D2F87) is unknown color: approx Vivid Violet. HEX triplet: 6D, 2F and 87. RGB value is (109,47,135). Sum of RGB (Red+Green+Blue) = 109+47+135=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2F87 is #92D078. Grayscale: #4B4B4B. Windows color (decimal): -9621625 or 8859501. OLE color: 8859501.

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

Color convert

RGB10947135-
CMYK0.190.6500.47
HSL282.27º48.35%35.69%-
HSV(B)282.27º65.19%52.94%-
XYZ11.77.0323.66-
YUV75.57161.54151.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=37.46%
G=16.15%
B=46.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109471350.190.6500.47282.2748.3535.69
Hex6D2F87134102F11a3024
Octal15557207231010574326044
Binary1101101101111100001111001110000010101111100011010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,47,135); }

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

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

 a { background-color: rgb(109,47,135); }

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

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

 span { border-color: rgb(109,47,135); }

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