#6A1893

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

Shades of Vivid Violet #6A1893

Tints of Vivid Violet #6A1893

Color information

#6A1893 (or 0x6A1893) is unknown color: approx Vivid Violet. HEX triplet: 6A, 18 and 93. RGB value is (106,24,147). Sum of RGB (Red+Green+Blue) = 106+24+147=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A1893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1893 is #95E76C. Grayscale: #3E3E3E. Windows color (decimal): -9824109 or 9640042. OLE color: 9640042.

HSL color Cylindrical-coordinate representation of color #6A1893: hue angle of 280º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1893 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10624147-
CMYK0.280.8400.42
HSL280º71.93%33.53%-
HSV(B)280º83.67%57.65%-
XYZ11.545.8228.12-
YUV62.54175.67159-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=38.27%
G=8.66%
B=53.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106241470.280.8400.4228071.9333.53
Hex6A18931C5402A1184822
Octal152302233412405243011042
Binary1101010110001001001111100101010001010101000110001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,147); }

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

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

 a { background-color: rgb(106,24,147); }

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

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

 span { border-color: rgb(106,24,147); }

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