#7532B4

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

Shades of Purple Heart #7532B4

Tints of Purple Heart #7532B4

Color information

#7532B4 (or 0x7532B4) is unknown color: approx Purple Heart. HEX triplet: 75, 32 and B4. RGB value is (117,50,180). Sum of RGB (Red+Green+Blue) = 117+50+180=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #7532B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532B4 is #8ACD4B. Grayscale: #545454. Windows color (decimal): -9096524 or 11809397. OLE color: 11809397.

HSL color Cylindrical-coordinate representation of color #7532B4: hue angle of 270.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7532B4 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11750180-
CMYK0.350.7200.29
HSL270.92º56.52%45.1%-
HSV(B)270.92º72.22%70.59%-
XYZ16.719.3644.11-
YUV84.85181.7150.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=33.72%
G=14.41%
B=51.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117501800.350.7200.29270.9256.5245.1
Hex7532B4234801D10f392d
Octal16562264431100354177155
Binary1110101110010101101001000111001000011101100001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7532B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7532B4; }

 p { color: rgb(117,50,180); }

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

<style>
 a { background-color: #7532B4; }

 a { background-color: rgb(117,50,180); }

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

<style>
 span { border-color: #7532B4; }

 span { border-color: rgb(117,50,180); }

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