#732db4

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

Shades of Purple Heart #732DB4

Tints of Purple Heart #732DB4

Color information

#732DB4 (or 0x732DB4) is unknown color: approx Purple Heart. HEX triplet: 73, 2D and B4. RGB value is (115,45,180). Sum of RGB (Red+Green+Blue) = 115+45+180=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #732DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732DB4 is #8CD24B. Grayscale: #505050. Windows color (decimal): -9228876 or 11808115. OLE color: 11808115.

HSL color Cylindrical-coordinate representation of color #732DB4: hue angle of 271.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732DB4 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11545180-
CMYK0.360.7500.29
HSL271.11º60%44.12%-
HSV(B)271.11º75%70.59%-
XYZ16.258.8244.03-
YUV81.32183.69152.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=33.82%
G=13.24%
B=52.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115451800.360.7500.29271.116044.12
Hex732DB4244B01D10f3c2c
Octal16355264441130354177454
Binary1110011101101101101001001001001011011101100001111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,45,180); }

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

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

 a { background-color: rgb(115,45,180); }

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

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

 span { border-color: rgb(115,45,180); }

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