#7036C7

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

Shades of Purple Heart #7036C7

Tints of Purple Heart #7036C7

Color information

#7036C7 (or 0x7036C7) is unknown color: approx Purple Heart. HEX triplet: 70, 36 and C7. RGB value is (112,54,199). Sum of RGB (Red+Green+Blue) = 112+54+199=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #7036C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036C7 is #8FC938. Grayscale: #575757. Windows color (decimal): -9423161 or 13055600. OLE color: 13055600.

HSL color Cylindrical-coordinate representation of color #7036C7: hue angle of 264º 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 #7036C7 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11254199-
CMYK0.440.7300.22
HSL264º57.31%49.61%-
HSV(B)264º72.86%78.04%-
XYZ18.3110.2155.04-
YUV87.87190.72145.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 54 (21.48% from 255) = 14.79%
BLUE value IS 199 (78.12% from 255) = 54.52%
R=30.68%
G=14.79%
B=54.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112541990.440.7300.2226457.3149.61
Hex7036C72C490161083932
Octal16066307541110264107162
Binary1110000110110110001111011001001001010110100001000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7036C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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