#7125AF

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

Shades of Purple Heart #7125AF

Tints of Purple Heart #7125AF

Color information

#7125AF (or 0x7125AF) is unknown color: approx Purple Heart. HEX triplet: 71, 25 and AF. RGB value is (113,37,175). Sum of RGB (Red+Green+Blue) = 113+37+175=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #7125AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7125AF is #8EDA50. Grayscale: #4A4A4A. Windows color (decimal): -9362001 or 11478385. OLE color: 11478385.

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

Color convert

RGB11337175-
CMYK0.350.7900.31
HSL273.04º65.09%41.57%-
HSV(B)273.04º78.86%68.63%-
XYZ15.217.9341.29-
YUV75.46184.18154.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 37 (14.84% from 255) = 11.38%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=34.77%
G=11.38%
B=53.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113371750.350.7900.31273.0465.0941.57
Hex7125AF234F01F111412a
Octal161452574311703742110152
Binary11100011001011010111110001110011110111111000100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7125AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7125AF; }

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

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

<style>
 a { background-color: #7125AF; }

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

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

<style>
 span { border-color: #7125AF; }

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

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