#712ED2

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

Shades of Purple Heart #712ED2

Tints of Purple Heart #712ED2

Color information

#712ED2 (or 0x712ED2) is unknown color: approx Purple Heart. HEX triplet: 71, 2E and D2. RGB value is (113,46,210). Sum of RGB (Red+Green+Blue) = 113+46+210=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #712ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ED2 is #8ED12D. Grayscale: #545454. Windows color (decimal): -9359662 or 13774449. OLE color: 13774449.

HSL color Cylindrical-coordinate representation of color #712ED2: hue angle of 264.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712ED2 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11346210-
CMYK0.460.7800.18
HSL264.51º64.57%50.2%-
HSV(B)264.51º78.1%82.35%-
XYZ19.4210.1261.9-
YUV84.73198.7148.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 210 (82.42% from 255) = 56.91%
R=30.62%
G=12.47%
B=56.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113462100.460.7800.18264.5164.5750.2
Hex712ED22E4E0121094132
Octal161563225611602241110162
Binary11100011011101101001010111010011100100101000010011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,46,210); }

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

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

 a { background-color: rgb(113,46,210); }

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

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

 span { border-color: rgb(113,46,210); }

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