#7522CA

Color #7522CA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7522CA

Tints of Purple Heart #7522CA

Color information

#7522CA (or 0x7522CA) is unknown color: approx Purple Heart. HEX triplet: 75, 22 and CA. RGB value is (117,34,202). Sum of RGB (Red+Green+Blue) = 117+34+202=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #7522CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522CA is #8ADD35. Grayscale: #4D4D4D. Windows color (decimal): -9100598 or 13247093. OLE color: 13247093.

HSL color Cylindrical-coordinate representation of color #7522CA: hue angle of 269.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7522CA is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11734202-
CMYK0.420.8300.21
HSL269.64º71.19%46.27%-
HSV(B)269.64º83.17%79.22%-
XYZ18.579.1956.67-
YUV77.97198155.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=33.14%
G=9.63%
B=57.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117342020.420.8300.21269.6471.1946.27
Hex7522CA2A5301510e472e
Octal165423125212302541610756
Binary11101011000101100101010101010100110101011000011101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7522CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7522CA; }

 p { color: rgb(117,34,202); }

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

<style>
 a { background-color: #7522CA; }

 a { background-color: rgb(117,34,202); }

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

<style>
 span { border-color: #7522CA; }

 span { border-color: rgb(117,34,202); }

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