#6A2393

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

Shades of Vivid Violet #6A2393

Tints of Vivid Violet #6A2393

Color information

#6A2393 (or 0x6A2393) is unknown color: approx Vivid Violet. HEX triplet: 6A, 23 and 93. RGB value is (106,35,147). Sum of RGB (Red+Green+Blue) = 106+35+147=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A2393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2393 is #95DC6C. Grayscale: #444444. Windows color (decimal): -9821293 or 9642858. OLE color: 9642858.

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

Color convert

RGB10635147-
CMYK0.280.7600.42
HSL278.04º61.54%35.69%-
HSV(B)278.04º76.19%57.65%-
XYZ11.816.3728.21-
YUV69172.02154.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=36.81%
G=12.15%
B=51.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106351470.280.7600.42278.0461.5435.69
Hex6A23931C4C02A1163e24
Octal15243223341140524267644
Binary1101010100011100100111110010011000101010100010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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