#732FD1

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

Shades of Purple Heart #732FD1

Tints of Purple Heart #732FD1

Color information

#732FD1 (or 0x732FD1) is unknown color: approx Purple Heart. HEX triplet: 73, 2F and D1. RGB value is (115,47,209). Sum of RGB (Red+Green+Blue) = 115+47+209=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #732FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FD1 is #8CD02E. Grayscale: #555555. Windows color (decimal): -9228335 or 13709171. OLE color: 13709171.

HSL color Cylindrical-coordinate representation of color #732FD1: hue angle of 265.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #732FD1 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11547209-
CMYK0.450.7800.18
HSL265.19º63.78%50.2%-
HSV(B)265.19º77.51%81.96%-
XYZ19.610.2861.27-
YUV85.8197.53148.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 209 (82.03% from 255) = 56.33%
R=31.00%
G=12.67%
B=56.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal115472090.450.7800.18265.1963.7850.2
Hex732FD12D4E0121094032
Octal163573215511602241110062
Binary11100111011111101000110110110011100100101000010011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732FD1; }

 p { color: rgb(115,47,209); }

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

<style>
 a { background-color: #732FD1; }

 a { background-color: rgb(115,47,209); }

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

<style>
 span { border-color: #732FD1; }

 span { border-color: rgb(115,47,209); }

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