Html Css Color HEX #7014A4 Purple Heart

📋 copy color: '#7014A4'

red 112 ◦ green 20 ◦ blue 164

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

Shades of Purple Heart #7014A4

Tints of Purple Heart #7014A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.41%

R = 37.84%
G = 6.76%
B = 55.41%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7014A4 (or 0x7014A4) is known color: Purple Heart. HEX triplet: 70, 14 and A4. RGB value is (112,20,164). Sum of RGB (Red+Green+Blue) = 112+20+164=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #7014A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7014A4 is #8FEB5B. Grayscale: #3F3F3F. Windows color (decimal): -9431900 or 10753136. OLE color: 10753136.

HSL color Cylindrical-coordinate representation of color #7014A4: hue angle of 278.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7014A4 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 20 164 -
CMYK 0.32 0.88 0 0.36
HSL 278.33º 0.78% 0.36% -
HSV(B) 278.33º 0.88% 0.64% -
XYZ 13.63 6.63 35.68 -
YUV 63.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 112 20 164 0.32 0.88 0 0.36 278.33 0.78 0.36
Hex 70 14 A4 20 58 0 24 116 4E 24
Octal 160 24 244 40 130 0 44 426 116 44
Binary 1110000 10100 10100100 100000 1011000 0 100100 100010110 1001110 100100

Color Harmonies of #7014A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014A4

Black with #7014A4

Text Example


Text Example

White with #7014A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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