#750EAF

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

Shades of Purple Heart #750EAF

Tints of Purple Heart #750EAF

Color information

#750EAF (or 0x750EAF) is unknown color: approx Purple Heart. HEX triplet: 75, 0E and AF. RGB value is (117,14,175). Sum of RGB (Red+Green+Blue) = 117+14+175=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #750EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750EAF is #8AF150. Grayscale: #3E3E3E. Windows color (decimal): -9105745 or 11472501. OLE color: 11472501.

HSL color Cylindrical-coordinate representation of color #750EAF: hue angle of 278.39º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750EAF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11714175-
CMYK0.330.9200.31
HSL278.39º85.19%37.06%-
HSV(B)278.39º92%68.63%-
XYZ15.237.1941.14-
YUV63.15191.12166.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 14 (5.86% from 255) = 4.58%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=38.24%
G=4.58%
B=57.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117141750.330.9200.31278.3985.1937.06
Hex75EAF215C01F1165525
Octal165162574113403742612545
Binary111010111101010111110000110111000111111000101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750EAF; }

 p { color: rgb(117,14,175); }

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

<style>
 a { background-color: #750EAF; }

 a { background-color: rgb(117,14,175); }

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

<style>
 span { border-color: #750EAF; }

 span { border-color: rgb(117,14,175); }

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