#7523A0

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

Shades of Vivid Violet #7523A0

Tints of Vivid Violet #7523A0

Color information

#7523A0 (or 0x7523A0) is unknown color: approx Vivid Violet. HEX triplet: 75, 23 and A0. RGB value is (117,35,160). Sum of RGB (Red+Green+Blue) = 117+35+160=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #7523A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7523A0 is #8ADC5F. Grayscale: #494949. Windows color (decimal): -9100384 or 10494837. OLE color: 10494837.

HSL color Cylindrical-coordinate representation of color #7523A0: hue angle of 279.36º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7523A0 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11735160-
CMYK0.270.7800.37
HSL279.36º64.1%38.24%-
HSV(B)279.36º78.12%62.75%-
XYZ14.287.5233.96-
YUV73.77176.67158.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 160 (62.89% from 255) = 51.28%
R=37.5%
G=11.22%
B=51.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117351600.270.7800.37279.3664.138.24
Hex7523A01B4E0251174026
Octal165432403311604542710046
Binary11101011000111010000011011100111001001011000101111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7523A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7523A0; }

 p { color: rgb(117,35,160); }

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

<style>
 a { background-color: #7523A0; }

 a { background-color: rgb(117,35,160); }

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

<style>
 span { border-color: #7523A0; }

 span { border-color: rgb(117,35,160); }

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