#7A32C0

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

Shades of Purple Heart #7A32C0

Tints of Purple Heart #7A32C0

Color information

#7A32C0 (or 0x7A32C0) is unknown color: approx Purple Heart. HEX triplet: 7A, 32 and C0. RGB value is (122,50,192). Sum of RGB (Red+Green+Blue) = 122+50+192=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A32C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32C0 is #85CD3F. Grayscale: #575757. Windows color (decimal): -8768832 or 12595834. OLE color: 12595834.

HSL color Cylindrical-coordinate representation of color #7A32C0: hue angle of 270.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A32C0 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12250192-
CMYK0.360.7400.25
HSL270.42º58.68%47.45%-
HSV(B)270.42º73.96%75.29%-
XYZ18.6810.2250.86-
YUV87.72186.85152.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=33.52%
G=13.74%
B=52.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122501920.360.7400.25270.4258.6847.45
Hex7A32C0244A01910e3b2f
Octal17262300441120314167357
Binary1111010110010110000001001001001010011001100001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A32C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A32C0; }

 p { color: rgb(122,50,192); }

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

<style>
 a { background-color: #7A32C0; }

 a { background-color: rgb(122,50,192); }

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

<style>
 span { border-color: #7A32C0; }

 span { border-color: rgb(122,50,192); }

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