#7315A4

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

Shades of Vivid Violet #7315A4

Tints of Vivid Violet #7315A4

Color information

#7315A4 (or 0x7315A4) is unknown color: approx Vivid Violet. HEX triplet: 73, 15 and A4. RGB value is (115,21,164). Sum of RGB (Red+Green+Blue) = 115+21+164=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #7315A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7315A4 is #8CEA5B. Grayscale: #404040. Windows color (decimal): -9235036 or 10753395. OLE color: 10753395.

HSL color Cylindrical-coordinate representation of color #7315A4: hue angle of 279.44º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7315A4 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11521164-
CMYK0.300.8700.36
HSL279.44º77.3%36.27%-
HSV(B)279.44º87.2%64.31%-
XYZ14.046.8635.71-
YUV65.41183.64163.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=38.33%
G=7%
B=54.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115211640.300.8700.36279.4477.336.27
Hex7315A41E570241174d24
Octal163252443612704442711544
Binary1110011101011010010011110101011101001001000101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7315A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7315A4; }

 p { color: rgb(115,21,164); }

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

<style>
 a { background-color: #7315A4; }

 a { background-color: rgb(115,21,164); }

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

<style>
 span { border-color: #7315A4; }

 span { border-color: rgb(115,21,164); }

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