#7236D5

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

Shades of Purple Heart #7236D5

Tints of Purple Heart #7236D5

Color information

#7236D5 (or 0x7236D5) is unknown color: approx Purple Heart. HEX triplet: 72, 36 and D5. RGB value is (114,54,213). Sum of RGB (Red+Green+Blue) = 114+54+213=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #7236D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236D5 is #8DC92A. Grayscale: #595959. Windows color (decimal): -9292075 or 13973106. OLE color: 13973106.

HSL color Cylindrical-coordinate representation of color #7236D5: hue angle of 262.64º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7236D5 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11454213-
CMYK0.460.7500.16
HSL262.64º65.43%52.35%-
HSV(B)262.64º74.65%83.53%-
XYZ20.2711.0264.01-
YUV90.07197.38145.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 54 (21.48% from 255) = 14.17%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=29.92%
G=14.17%
B=55.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114542130.460.7500.16262.6465.4352.35
Hex7236D52E4B0101074134
Octal162663255611302040710164
Binary11100101101101101010110111010010110100001000001111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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