#6A159A

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

Shades of Vivid Violet #6A159A

Tints of Vivid Violet #6A159A

Color information

#6A159A (or 0x6A159A) is unknown color: approx Vivid Violet. HEX triplet: 6A, 15 and 9A. RGB value is (106,21,154). Sum of RGB (Red+Green+Blue) = 106+21+154=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A159A is #95EA65. Grayscale: #3D3D3D. Windows color (decimal): -9824870 or 10098026. OLE color: 10098026.

HSL color Cylindrical-coordinate representation of color #6A159A: hue angle of 278.35º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A159A is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10621154-
CMYK0.310.8600.40
HSL278.35º76%34.31%-
HSV(B)278.35º86.36%60.39%-
XYZ12.045.9331.08-
YUV61.58180.16159.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=37.72%
G=7.47%
B=54.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106211540.310.8600.40278.357634.31
Hex6A159A1F560281164c22
Octal152252323712605042611442
Binary1101010101011001101011111101011001010001000101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,154); }

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

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

 a { background-color: rgb(106,21,154); }

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

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

 span { border-color: rgb(106,21,154); }

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