#7317A6

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

Shades of Vivid Violet #7317A6

Tints of Vivid Violet #7317A6

Color information

#7317A6 (or 0x7317A6) is unknown color: approx Vivid Violet. HEX triplet: 73, 17 and A6. RGB value is (115,23,166). Sum of RGB (Red+Green+Blue) = 115+23+166=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #7317A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7317A6 is #8CE859. Grayscale: #424242. Windows color (decimal): -9234522 or 10884979. OLE color: 10884979.

HSL color Cylindrical-coordinate representation of color #7317A6: hue angle of 278.6º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7317A6 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11523166-
CMYK0.310.8600.35
HSL278.6º75.66%37.06%-
HSV(B)278.6º86.14%65.1%-
XYZ14.267.0136.68-
YUV66.81183.98162.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 23 (9.38% from 255) = 7.57%
BLUE value IS 166 (65.23% from 255) = 54.61%
R=37.83%
G=7.57%
B=54.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115231660.310.8600.35278.675.6637.06
Hex7317A61F560231174c25
Octal163272463712604342711445
Binary1110011101111010011011111101011001000111000101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7317A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7317A6; }

 p { color: rgb(115,23,166); }

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

<style>
 a { background-color: #7317A6; }

 a { background-color: rgb(115,23,166); }

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

<style>
 span { border-color: #7317A6; }

 span { border-color: rgb(115,23,166); }

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