#7302AE

Color #7302AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7302AE

Tints of Dark Violet #7302AE

Color information

#7302AE (or 0x7302AE) is unknown color: approx Dark Violet. HEX triplet: 73, 02 and AE. RGB value is (115,2,174). Sum of RGB (Red+Green+Blue) = 115+2+174=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #7302AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7302AE is #8CFD51. Grayscale: #363636. Windows color (decimal): -9239890 or 11403891. OLE color: 11403891.

HSL color Cylindrical-coordinate representation of color #7302AE: hue angle of 279.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7302AE is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1152174-
CMYK0.340.9900.32
HSL279.42º97.73%34.51%-
HSV(B)279.42º98.85%68.24%-
XYZ14.736.7440.57-
YUV55.4194.94170.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=39.52%
G=0.69%
B=59.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11521740.340.9900.32279.4297.7334.51
Hex732AE22630201176223
Octal16322564214304042714243
Binary11100111010101110100010110001101000001000101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7302AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7302AE; }

 p { color: rgb(115,2,174); }

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

<style>
 a { background-color: #7302AE; }

 a { background-color: rgb(115,2,174); }

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

<style>
 span { border-color: #7302AE; }

 span { border-color: rgb(115,2,174); }

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