#732bbd

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

Shades of Purple Heart #732BBD

Tints of Purple Heart #732BBD

Color information

#732BBD (or 0x732BBD) is unknown color: approx Purple Heart. HEX triplet: 73, 2B and BD. RGB value is (115,43,189). Sum of RGB (Red+Green+Blue) = 115+43+189=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #732BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732BBD is #8CD442. Grayscale: #505050. Windows color (decimal): -9229379 or 12397427. OLE color: 12397427.

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

Color convert

RGB11543189-
CMYK0.390.7700.26
HSL269.59º62.93%45.49%-
HSV(B)269.59º77.25%74.12%-
XYZ17.129.0548.99-
YUV81.17188.85152.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.14%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=33.14%
G=12.39%
B=54.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115431890.390.7700.26269.5962.9345.49
Hex732BBD274D01A10e3f2d
Octal16353275471150324167755
Binary1110011101011101111011001111001101011010100001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732bbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,43,189); }

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

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

 a { background-color: rgb(115,43,189); }

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

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

 span { border-color: rgb(115,43,189); }

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