#7436D1

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

Shades of Purple Heart #7436D1

Tints of Purple Heart #7436D1

Color information

#7436D1 (or 0x7436D1) is unknown color: approx Purple Heart. HEX triplet: 74, 36 and D1. RGB value is (116,54,209). Sum of RGB (Red+Green+Blue) = 116+54+209=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #7436D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436D1 is #8BC92E. Grayscale: #595959. Windows color (decimal): -9161007 or 13710964. OLE color: 13710964.

HSL color Cylindrical-coordinate representation of color #7436D1: hue angle of 264º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7436D1 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11654209-
CMYK0.440.7400.18
HSL264º62.75%51.57%-
HSV(B)264º74.16%81.96%-
XYZ20.0310.9561.38-
YUV90.21195.04146.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 54 (21.48% from 255) = 14.25%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=30.61%
G=14.25%
B=55.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116542090.440.7400.1826462.7551.57
Hex7436D12C4A0121083f34
Octal16466321541120224107764
Binary1110100110110110100011011001001010010010100001000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7436D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7436D1; }

 p { color: rgb(116,54,209); }

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

<style>
 a { background-color: #7436D1; }

 a { background-color: rgb(116,54,209); }

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

<style>
 span { border-color: #7436D1; }

 span { border-color: rgb(116,54,209); }

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