#732EB3

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

Shades of Purple Heart #732EB3

Tints of Purple Heart #732EB3

Color information

#732EB3 (or 0x732EB3) is unknown color: approx Purple Heart. HEX triplet: 73, 2E and B3. RGB value is (115,46,179). Sum of RGB (Red+Green+Blue) = 115+46+179=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #732EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732EB3 is #8CD14C. Grayscale: #515151. Windows color (decimal): -9228621 or 11742835. OLE color: 11742835.

HSL color Cylindrical-coordinate representation of color #732EB3: hue angle of 271.13º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #732EB3 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11546179-
CMYK0.360.7400.30
HSL271.13º59.11%44.12%-
HSV(B)271.13º74.3%70.2%-
XYZ16.188.8543.5-
YUV81.79182.86151.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 179 (70.31% from 255) = 52.65%
R=33.82%
G=13.53%
B=52.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115461790.360.7400.30271.1359.1144.12
Hex732EB3244A01E10f3b2c
Octal16356263441120364177354
Binary1110011101110101100111001001001010011110100001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,46,179); }

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

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

 a { background-color: rgb(115,46,179); }

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

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

 span { border-color: rgb(115,46,179); }

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