#712DC4

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

Shades of Purple Heart #712DC4

Tints of Purple Heart #712DC4

Color information

#712DC4 (or 0x712DC4) is unknown color: approx Purple Heart. HEX triplet: 71, 2D and C4. RGB value is (113,45,196). Sum of RGB (Red+Green+Blue) = 113+45+196=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #712DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DC4 is #8ED23B. Grayscale: #525252. Windows color (decimal): -9359932 or 12856689. OLE color: 12856689.

HSL color Cylindrical-coordinate representation of color #712DC4: hue angle of 267.02º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712DC4 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11345196-
CMYK0.420.7700.23
HSL267.02º62.66%47.25%-
HSV(B)267.02º77.04%76.86%-
XYZ17.719.3753.1-
YUV82.55192.03149.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 45 (17.97% from 255) = 12.71%
BLUE value IS 196 (76.95% from 255) = 55.37%
R=31.92%
G=12.71%
B=55.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113451960.420.7700.23267.0262.6647.25
Hex712DC42A4D01710b3f2f
Octal16155304521150274137757
Binary1110001101101110001001010101001101010111100001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,45,196); }

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

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

 a { background-color: rgb(113,45,196); }

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

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

 span { border-color: rgb(113,45,196); }

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