#7236D3

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

Shades of Purple Heart #7236D3

Tints of Purple Heart #7236D3

Color information

#7236D3 (or 0x7236D3) is unknown color: approx Purple Heart. HEX triplet: 72, 36 and D3. RGB value is (114,54,211). Sum of RGB (Red+Green+Blue) = 114+54+211=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #7236D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7236D3 is #8DC92C. Grayscale: #595959. Windows color (decimal): -9292077 or 13842034. OLE color: 13842034.

HSL color Cylindrical-coordinate representation of color #7236D3: hue angle of 262.93º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7236D3 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11454211-
CMYK0.460.7400.17
HSL262.93º64.08%51.96%-
HSV(B)262.93º74.41%82.75%-
XYZ20.0210.9262.68-
YUV89.84196.38145.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 211 (82.81% from 255) = 55.67%
R=30.08%
G=14.25%
B=55.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal114542110.460.7400.17262.9364.0851.96
Hex7236D32E4A0111074034
Octal162663235611202140710064
Binary11100101101101101001110111010010100100011000001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7236D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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