#712ACA

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

Shades of Purple Heart #712ACA

Tints of Purple Heart #712ACA

Color information

#712ACA (or 0x712ACA) is unknown color: approx Purple Heart. HEX triplet: 71, 2A and CA. RGB value is (113,42,202). Sum of RGB (Red+Green+Blue) = 113+42+202=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #712ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ACA is #8ED535. Grayscale: #505050. Windows color (decimal): -9360694 or 13249137. OLE color: 13249137.

HSL color Cylindrical-coordinate representation of color #712ACA: hue angle of 266.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712ACA is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11342202-
CMYK0.440.7900.21
HSL266.62º65.57%47.84%-
HSV(B)266.62º79.21%79.22%-
XYZ18.39.4356.73-
YUV81.47196.02150.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 42 (16.80% from 255) = 11.76%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=31.65%
G=11.76%
B=56.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113422020.440.7900.21266.6265.5747.84
Hex712ACA2C4F01510b4230
Octal161523125411702541310260
Binary11100011010101100101010110010011110101011000010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,42,202); }

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

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

 a { background-color: rgb(113,42,202); }

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

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

 span { border-color: rgb(113,42,202); }

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