#6A2987

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

Shades of Vivid Violet #6A2987

Tints of Vivid Violet #6A2987

Color information

#6A2987 (or 0x6A2987) is unknown color: approx Vivid Violet. HEX triplet: 6A, 29 and 87. RGB value is (106,41,135). Sum of RGB (Red+Green+Blue) = 106+41+135=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A2987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2987 is #95D678. Grayscale: #464646. Windows color (decimal): -9819769 or 8857962. OLE color: 8857962.

HSL color Cylindrical-coordinate representation of color #6A2987: hue angle of 281.49º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2987 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10641135-
CMYK0.210.7000.47
HSL281.49º53.41%34.51%-
HSV(B)281.49º69.63%52.94%-
XYZ11.116.423.57-
YUV71.15164.03152.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=37.59%
G=14.54%
B=47.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106411350.210.7000.47281.4953.4134.51
Hex6A2987154602F1193523
Octal15251207251060574316543
Binary1101010101001100001111010110001100101111100011001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,135); }

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

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

 a { background-color: rgb(106,41,135); }

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

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

 span { border-color: rgb(106,41,135); }

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