Html Css Color HEX #7126AC Purple Heart

📋 copy color: '#7126AC'

red 113 ◦ green 38 ◦ blue 172

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

Shades of Purple Heart #7126AC

Tints of Purple Heart #7126AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

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

R = 34.98%
G = 11.76%
B = 53.25%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7126AC (or 0x7126AC) is known color: Purple Heart. HEX triplet: 71, 26 and AC. RGB value is (113,38,172). Sum of RGB (Red+Green+Blue) = 113+38+172=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #7126AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7126AC is #8ED953. Grayscale: #4B4B4B. Windows color (decimal): -9361748 or 11282033. OLE color: 11282033.

HSL color Cylindrical-coordinate representation of color #7126AC: hue angle of 273.58º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7126AC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 38 172 -
CMYK 0.34 0.78 0 0.33
HSL 273.58º 0.64% 0.41% -
HSV(B) 273.58º 0.78% 0.67% -
XYZ 14.95 7.88 39.76 -
YUV 75.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 113 38 172 0.34 0.78 0 0.33 273.58 0.64 0.41
Hex 71 26 AC 22 4E 0 21 112 40 29
Octal 161 46 254 42 116 0 41 422 100 51
Binary 1110001 100110 10101100 100010 1001110 0 100001 100010010 1000000 101001

Color Harmonies of #7126AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126AC

Black with #7126AC

Text Example


Text Example

White with #7126AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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