#7532D0

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

Shades of Purple Heart #7532D0

Tints of Purple Heart #7532D0

Color information

#7532D0 (or 0x7532D0) is unknown color: approx Purple Heart. HEX triplet: 75, 32 and D0. RGB value is (117,50,208). Sum of RGB (Red+Green+Blue) = 117+50+208=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #7532D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532D0 is #8ACD2F. Grayscale: #575757. Windows color (decimal): -9096496 or 13644405. OLE color: 13644405.

HSL color Cylindrical-coordinate representation of color #7532D0: hue angle of 265.44º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7532D0 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11750208-
CMYK0.440.7600.18
HSL265.44º62.7%50.59%-
HSV(B)265.44º75.96%81.57%-
XYZ19.8610.6260.68-
YUV88.04195.7148.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 208 (81.64% from 255) = 55.47%
R=31.2%
G=13.33%
B=55.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117502080.440.7600.18265.4462.750.59
Hex7532D02C4C0121093f33
Octal16562320541140224117763
Binary1110101110010110100001011001001100010010100001001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7532D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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