#6A1690

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

Shades of Vivid Violet #6A1690

Tints of Vivid Violet #6A1690

Color information

#6A1690 (or 0x6A1690) is unknown color: approx Vivid Violet. HEX triplet: 6A, 16 and 90. RGB value is (106,22,144). Sum of RGB (Red+Green+Blue) = 106+22+144=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1690 is #95E96F. Grayscale: #3C3C3C. Windows color (decimal): -9824624 or 9442922. OLE color: 9442922.

HSL color Cylindrical-coordinate representation of color #6A1690: hue angle of 281.31º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1690 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10622144-
CMYK0.260.8500.44
HSL281.31º73.49%32.55%-
HSV(B)281.31º84.72%56.47%-
XYZ11.265.6526.88-
YUV61.02174.83160.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=38.97%
G=8.09%
B=52.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106221440.260.8500.44281.3173.4932.55
Hex6A16901A5502C1194921
Octal152262203212505443111141
Binary1101010101101001000011010101010101011001000110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,144); }

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

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

 a { background-color: rgb(106,22,144); }

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

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

 span { border-color: rgb(106,22,144); }

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