#7129CC

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

Shades of Purple Heart #7129CC

Tints of Purple Heart #7129CC

Color information

#7129CC (or 0x7129CC) is unknown color: approx Purple Heart. HEX triplet: 71, 29 and CC. RGB value is (113,41,204). Sum of RGB (Red+Green+Blue) = 113+41+204=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #7129CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129CC is #8ED633. Grayscale: #505050. Windows color (decimal): -9360948 or 13379953. OLE color: 13379953.

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

Color convert

RGB11341204-
CMYK0.450.8000.2
HSL266.5º66.53%48.04%-
HSV(B)266.5º79.9%80%-
XYZ18.59.4657.98-
YUV81.11197.35150.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 204 (80.08% from 255) = 56.98%
R=31.56%
G=11.45%
B=56.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113412040.450.8000.2266.566.5348.04
Hex7129CC2D5001410b4330
Octal161513145512002441310360
Binary11100011010011100110010110110100000101001000010111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7129CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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