#712CC7

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

Shades of Purple Heart #712CC7

Tints of Purple Heart #712CC7

Color information

#712CC7 (or 0x712CC7) is unknown color: approx Purple Heart. HEX triplet: 71, 2C and C7. RGB value is (113,44,199). Sum of RGB (Red+Green+Blue) = 113+44+199=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #712CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CC7 is #8ED338. Grayscale: #515151. Windows color (decimal): -9360185 or 13053041. OLE color: 13053041.

HSL color Cylindrical-coordinate representation of color #712CC7: hue angle of 266.71º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712CC7 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11344199-
CMYK0.430.7800.22
HSL266.71º63.79%47.65%-
HSV(B)266.71º77.89%78.04%-
XYZ18.029.4454.9-
YUV82.3193.86149.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 199 (78.12% from 255) = 55.90%
R=31.74%
G=12.36%
B=55.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113441990.430.7800.22266.7163.7947.65
Hex712CC72B4E01610b4030
Octal161543075311602641310060
Binary11100011011001100011110101110011100101101000010111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712CC7; }

 p { color: rgb(113,44,199); }

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

<style>
 a { background-color: #712CC7; }

 a { background-color: rgb(113,44,199); }

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

<style>
 span { border-color: #712CC7; }

 span { border-color: rgb(113,44,199); }

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