#7113CC

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

Shades of Purple Heart #7113CC

Tints of Purple Heart #7113CC

Color information

#7113CC (or 0x7113CC) is unknown color: approx Purple Heart. HEX triplet: 71, 13 and CC. RGB value is (113,19,204). Sum of RGB (Red+Green+Blue) = 113+19+204=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #7113CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113CC is #8EEC33. Grayscale: #434343. Windows color (decimal): -9366580 or 13374321. OLE color: 13374321.

HSL color Cylindrical-coordinate representation of color #7113CC: hue angle of 270.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7113CC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11319204-
CMYK0.450.9100.2
HSL270.49º82.96%43.73%-
HSV(B)270.49º90.69%80%-
XYZ17.948.3457.79-
YUV68.2204.64159.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 19 (7.81% from 255) = 5.65%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=33.63%
G=5.65%
B=60.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113192040.450.9100.2270.4982.9643.73
Hex7113CC2D5B01410e532c
Octal161233145513302441612354
Binary1110001100111100110010110110110110101001000011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7113CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7113CC; }

 p { color: rgb(113,19,204); }

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

<style>
 a { background-color: #7113CC; }

 a { background-color: rgb(113,19,204); }

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

<style>
 span { border-color: #7113CC; }

 span { border-color: rgb(113,19,204); }

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