#7436C7

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

Shades of Purple Heart #7436C7

Tints of Purple Heart #7436C7

Color information

#7436C7 (or 0x7436C7) is unknown color: approx Purple Heart. HEX triplet: 74, 36 and C7. RGB value is (116,54,199). Sum of RGB (Red+Green+Blue) = 116+54+199=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #7436C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436C7 is #8BC938. Grayscale: #585858. Windows color (decimal): -9161017 or 13055604. OLE color: 13055604.

HSL color Cylindrical-coordinate representation of color #7436C7: hue angle of 265.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7436C7 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11654199-
CMYK0.420.7300.22
HSL265.66º57.31%49.61%-
HSV(B)265.66º72.86%78.04%-
XYZ18.8310.4755.06-
YUV89.07190.04147.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=31.44%
G=14.63%
B=53.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116541990.420.7300.22265.6657.3149.61
Hex7436C72A4901610a3932
Octal16466307521110264127162
Binary1110100110110110001111010101001001010110100001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7436C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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