#7126af

Color #7126AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7126AF

Tints of Purple Heart #7126AF

Color information

#7126AF (or 0x7126AF) is unknown color: approx Purple Heart. HEX triplet: 71, 26 and AF. RGB value is (113,38,175). Sum of RGB (Red+Green+Blue) = 113+38+175=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #7126AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7126AF is #8ED950. Grayscale: #4B4B4B. Windows color (decimal): -9361745 or 11478641. OLE color: 11478641.

HSL color Cylindrical-coordinate representation of color #7126AF: hue angle of 272.85º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7126AF is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11338175-
CMYK0.350.7800.31
HSL272.85º64.32%41.76%-
HSV(B)272.85º78.29%68.63%-
XYZ15.247.9941.3-
YUV76.04183.85154.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=34.66%
G=11.66%
B=53.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113381750.350.7800.31272.8564.3241.76
Hex7126AF234E01F111402a
Octal161462574311603742110052
Binary11100011001101010111110001110011100111111000100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7126af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7126af;
 }
 .AnyTagClassName
 {
   color: #7126af;
 }
</style>
background-color css

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

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

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

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

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

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