#7136CA

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

Shades of Purple Heart #7136CA

Tints of Purple Heart #7136CA

Color information

#7136CA (or 0x7136CA) is unknown color: approx Purple Heart. HEX triplet: 71, 36 and CA. RGB value is (113,54,202). Sum of RGB (Red+Green+Blue) = 113+54+202=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #7136CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136CA is #8EC935. Grayscale: #575757. Windows color (decimal): -9357622 or 13252209. OLE color: 13252209.

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

Color convert

RGB11354202-
CMYK0.440.7300.21
HSL263.92º58.27%50.2%-
HSV(B)263.92º73.27%79.22%-
XYZ18.7910.4156.9-
YUV88.51192.05145.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=30.62%
G=14.63%
B=54.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113542020.440.7300.21263.9258.2750.2
Hex7136CA2C490151083a32
Octal16166312541110254107262
Binary1110001110110110010101011001001001010101100001000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7136CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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