#7236B4

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

Shades of Purple Heart #7236B4

Tints of Purple Heart #7236B4

Color information

#7236B4 (or 0x7236B4) is unknown color: approx Purple Heart. HEX triplet: 72, 36 and B4. RGB value is (114,54,180). Sum of RGB (Red+Green+Blue) = 114+54+180=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #7236B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236B4 is #8DC94B. Grayscale: #555555. Windows color (decimal): -9292108 or 11810418. OLE color: 11810418.

HSL color Cylindrical-coordinate representation of color #7236B4: hue angle of 268.57º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7236B4 is Cyan = 0.37, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11454180-
CMYK0.370.700.29
HSL268.57º53.85%45.88%-
HSV(B)268.57º70%70.59%-
XYZ16.59.5144.15-
YUV86.3180.88147.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 180 (70.70% from 255) = 51.72%
R=32.76%
G=15.52%
B=51.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114541800.370.700.29268.5753.8545.88
Hex7236B4254601D10d362e
Octal16266264451060354156656
Binary1110010110110101101001001011000110011101100001101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7236B4; }

 p { color: rgb(114,54,180); }

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

<style>
 a { background-color: #7236B4; }

 a { background-color: rgb(114,54,180); }

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

<style>
 span { border-color: #7236B4; }

 span { border-color: rgb(114,54,180); }

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