Html Css Color HEX #7012AB Purple Heart

📋 copy color: '#7012AB'

red 112 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #7012AB

Tints of Purple Heart #7012AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 37.21%
G = 5.98%
B = 56.81%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7012AB (or 0x7012AB) is known color: Purple Heart. HEX triplet: 70, 12 and AB. RGB value is (112,18,171). Sum of RGB (Red+Green+Blue) = 112+18+171=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #7012AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7012AB is #8FED54. Grayscale: #3F3F3F. Windows color (decimal): -9432405 or 11211376. OLE color: 11211376.

HSL color Cylindrical-coordinate representation of color #7012AB: hue angle of 276.86º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7012AB is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 18 171 -
CMYK 0.35 0.89 0 0.33
HSL 276.86º 0.81% 0.37% -
HSV(B) 276.86º 0.89% 0.67% -
XYZ 14.25 6.82 39.09 -
YUV 63.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 112 18 171 0.35 0.89 0 0.33 276.86 0.81 0.37
Hex 70 12 AB 23 59 0 21 115 51 25
Octal 160 22 253 43 131 0 41 425 121 45
Binary 1110000 10010 10101011 100011 1011001 0 100001 100010101 1010001 100101

Color Harmonies of #7012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012AB

Black with #7012AB

Text Example


Text Example

White with #7012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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