Html Css Color HEX #7114AC Purple Heart

📋 copy color: '#7114AC'

red 113 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #7114AC

Tints of Purple Heart #7114AC

RGB

 RED value IS 113 (44.53% from 255) = 37.05%

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

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

R = 37.05%
G = 6.56%
B = 56.39%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7114AC (or 0x7114AC) is known color: Purple Heart. HEX triplet: 71, 14 and AC. RGB value is (113,20,172). Sum of RGB (Red+Green+Blue) = 113+20+172=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #7114AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7114AC is #8EEB53. Grayscale: #404040. Windows color (decimal): -9366356 or 11277425. OLE color: 11277425.

HSL color Cylindrical-coordinate representation of color #7114AC: hue angle of 276.71º 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 #7114AC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 20 172 -
CMYK 0.34 0.88 0 0.33
HSL 276.71º 0.79% 0.38% -
HSV(B) 276.71º 0.88% 0.67% -
XYZ 14.51 6.99 39.61 -
YUV 65.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 113 20 172 0.34 0.88 0 0.33 276.71 0.79 0.38
Hex 71 14 AC 22 58 0 21 115 4F 26
Octal 161 24 254 42 130 0 41 425 117 46
Binary 1110001 10100 10101100 100010 1011000 0 100001 100010101 1001111 100110

Color Harmonies of #7114AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7114AC

Black with #7114AC

Text Example


Text Example

White with #7114AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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