Html Css Color HEX #7014AC Purple Heart

📋 copy color: '#7014AC'

red 112 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #7014AC

Tints of Purple Heart #7014AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 36.84%
G = 6.58%
B = 56.58%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7014AC (or 0x7014AC) is known color: Purple Heart. HEX triplet: 70, 14 and AC. RGB value is (112,20,172). Sum of RGB (Red+Green+Blue) = 112+20+172=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7014AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7014AC is #8FEB53. Grayscale: #404040. Windows color (decimal): -9431892 or 11277424. OLE color: 11277424.

HSL color Cylindrical-coordinate representation of color #7014AC: hue angle of 276.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7014AC is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 20 172 -
CMYK 0.35 0.88 0 0.33
HSL 276.32º 0.79% 0.38% -
HSV(B) 276.32º 0.88% 0.67% -
XYZ 14.38 6.92 39.61 -
YUV 64.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 112 20 172 0.35 0.88 0 0.33 276.32 0.79 0.38
Hex 70 14 AC 23 58 0 21 114 4F 26
Octal 160 24 254 43 130 0 41 424 117 46
Binary 1110000 10100 10101100 100011 1011000 0 100001 100010100 1001111 100110

Color Harmonies of #7014AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014AC

Black with #7014AC

Text Example


Text Example

White with #7014AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7014AC; }

 p { color: rgb(112,20,172); }

 H1.HeaderClassName
 {
   color: #7014AC;
 }
 .AnyTagClassName
 {
   color: #7014AC;
 }
</style>

background-color css

<style>
 a { background-color: #7014AC; }

 a { background-color: rgb(112,20,172); }

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

border-color css

<style>
 span { border-color: #7014AC; }

 span { border-color: rgb(112,20,172); }

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