#7036CA

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

Shades of Purple Heart #7036CA

Tints of Purple Heart #7036CA

Color information

#7036CA (or 0x7036CA) is unknown color: approx Purple Heart. HEX triplet: 70, 36 and CA. RGB value is (112,54,202). Sum of RGB (Red+Green+Blue) = 112+54+202=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #7036CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036CA is #8FC935. Grayscale: #575757. Windows color (decimal): -9423158 or 13252208. OLE color: 13252208.

HSL color Cylindrical-coordinate representation of color #7036CA: hue angle of 263.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7036CA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11254202-
CMYK0.450.7300.21
HSL263.51º58.27%50.2%-
HSV(B)263.51º73.27%79.22%-
XYZ18.6610.3556.89-
YUV88.21192.22144.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 54 (21.48% from 255) = 14.67%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=30.43%
G=14.67%
B=54.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112542020.450.7300.21263.5158.2750.2
Hex7036CA2D490151083a32
Octal16066312551110254107262
Binary1110000110110110010101011011001001010101100001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7036CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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