#732ABE

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

Shades of Purple Heart #732ABE

Tints of Purple Heart #732ABE

Color information

#732ABE (or 0x732ABE) is unknown color: approx Purple Heart. HEX triplet: 73, 2A and BE. RGB value is (115,42,190). Sum of RGB (Red+Green+Blue) = 115+42+190=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #732ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ABE is #8CD541. Grayscale: #505050. Windows color (decimal): -9229634 or 12462707. OLE color: 12462707.

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

Color convert

RGB11542190-
CMYK0.390.7800.25
HSL269.59º63.79%45.49%-
HSV(B)269.59º77.89%74.51%-
XYZ17.199.0249.55-
YUV80.7189.68152.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 42 (16.80% from 255) = 12.10%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=33.14%
G=12.10%
B=54.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115421900.390.7800.25269.5963.7945.49
Hex732ABE274E01910e402d
Octal163522764711603141610055
Binary11100111010101011111010011110011100110011000011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,42,190); }

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

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

 a { background-color: rgb(115,42,190); }

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

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

 span { border-color: rgb(115,42,190); }

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