#6A1D8E

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

Shades of Vivid Violet #6A1D8E

Tints of Vivid Violet #6A1D8E

Color information

#6A1D8E (or 0x6A1D8E) is unknown color: approx Vivid Violet. HEX triplet: 6A, 1D and 8E. RGB value is (106,29,142). Sum of RGB (Red+Green+Blue) = 106+29+142=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A1D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1D8E is #95E271. Grayscale: #404040. Windows color (decimal): -9822834 or 9313642. OLE color: 9313642.

HSL color Cylindrical-coordinate representation of color #6A1D8E: hue angle of 280.88º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1D8E is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10629142-
CMYK0.250.8000.44
HSL280.88º66.08%33.53%-
HSV(B)280.88º79.58%55.69%-
XYZ11.275.926.14-
YUV64.9171.51157.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=38.27%
G=10.47%
B=51.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106291420.250.8000.44280.8866.0833.53
Hex6A1D8E195002C1194222
Octal152352163112005443110242
Binary1101010111011000111011001101000001011001000110011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,29,142); }

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

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

 a { background-color: rgb(106,29,142); }

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

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

 span { border-color: rgb(106,29,142); }

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