#7136D3

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

Shades of Purple Heart #7136D3

Tints of Purple Heart #7136D3

Color information

#7136D3 (or 0x7136D3) is unknown color: approx Purple Heart. HEX triplet: 71, 36 and D3. RGB value is (113,54,211). Sum of RGB (Red+Green+Blue) = 113+54+211=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #7136D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136D3 is #8EC92C. Grayscale: #585858. Windows color (decimal): -9357613 or 13842033. OLE color: 13842033.

HSL color Cylindrical-coordinate representation of color #7136D3: hue angle of 262.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7136D3 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11354211-
CMYK0.460.7400.17
HSL262.55º64.08%51.96%-
HSV(B)262.55º74.41%82.75%-
XYZ19.8910.8562.67-
YUV89.54196.55144.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 54 (21.48% from 255) = 14.29%
BLUE value IS 211 (82.81% from 255) = 55.82%
R=29.89%
G=14.29%
B=55.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal113542110.460.7400.17262.5564.0851.96
Hex7136D32E4A0111074034
Octal161663235611202140710064
Binary11100011101101101001110111010010100100011000001111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7136D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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