Html Css Color HEX #7012AE Purple Heart

📋 copy color: '#7012AE'

red 112 ◦ green 18 ◦ blue 174

#7012AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7012AE

Tints of Purple Heart #7012AE

RGB

 RED value IS 112 (44.14% from 255) = 36.84%

 GREEN value IS 18 (7.42% from 255) = 5.92%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 36.84%
G = 5.92%
B = 57.24%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7012AE (or 0x7012AE) is known color: Purple Heart. HEX triplet: 70, 12 and AE. RGB value is (112,18,174). Sum of RGB (Red+Green+Blue) = 112+18+174=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #7012AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7012AE is #8FED51. Grayscale: #3F3F3F. Windows color (decimal): -9432402 or 11407984. OLE color: 11407984.

HSL color Cylindrical-coordinate representation of color #7012AE: hue angle of 276.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7012AE is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 18 174 -
CMYK 0.36 0.90 0 0.32
HSL 276.15º 0.81% 0.38% -
HSV(B) 276.15º 0.9% 0.68% -
XYZ 14.54 6.93 40.62 -
YUV 63.89 190.14 162.32 -
System Red Green Blue C M Y K H S L
Decimal 112 18 174 0.36 0.90 0 0.32 276.15 0.81 0.38
Hex 70 12 AE 24 5A 0 20 114 51 26
Octal 160 22 256 44 132 0 40 424 121 46
Binary 1110000 10010 10101110 100100 1011010 0 100000 100010100 1010001 100110

Color Harmonies of #7012AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012AE

Black with #7012AE

Text Example


Text Example

White with #7012AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7012AE; }

 p { color: rgb(112,18,174); }

 H1.HeaderClassName
 {
   color: #7012AE;
 }
 .AnyTagClassName
 {
   color: #7012AE;
 }
</style>

background-color css

<style>
 a { background-color: #7012AE; }

 a { background-color: rgb(112,18,174); }

 div.DivClassName
 {
   background-color: #7012AE;
 }
 .BgClassName
 {
   background-color: #7012AE;
 }
</style>

border-color css

<style>
 span { border-color: #7012AE; }

 span { border-color: rgb(112,18,174); }

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