#712AC4

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

Shades of Purple Heart #712AC4

Tints of Purple Heart #712AC4

Color information

#712AC4 (or 0x712AC4) is unknown color: approx Purple Heart. HEX triplet: 71, 2A and C4. RGB value is (113,42,196). Sum of RGB (Red+Green+Blue) = 113+42+196=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #712AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712AC4 is #8ED53B. Grayscale: #505050. Windows color (decimal): -9360700 or 12855921. OLE color: 12855921.

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

Color convert

RGB11342196-
CMYK0.420.7900.23
HSL267.66º64.71%46.67%-
HSV(B)267.66º78.57%76.86%-
XYZ17.69.1553.06-
YUV80.78193.02150.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 196 (76.95% from 255) = 55.84%
R=32.19%
G=11.97%
B=55.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal113421960.420.7900.23267.6664.7146.67
Hex712AC42A4F01710c412f
Octal161523045211702741410157
Binary11100011010101100010010101010011110101111000011001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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