#750FAC

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

Shades of Purple Heart #750FAC

Tints of Purple Heart #750FAC

Color information

#750FAC (or 0x750FAC) is unknown color: approx Purple Heart. HEX triplet: 75, 0F and AC. RGB value is (117,15,172). Sum of RGB (Red+Green+Blue) = 117+15+172=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #750FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750FAC is #8AF053. Grayscale: #3E3E3E. Windows color (decimal): -9105492 or 11276149. OLE color: 11276149.

HSL color Cylindrical-coordinate representation of color #750FAC: hue angle of 278.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750FAC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11715172-
CMYK0.320.9100.33
HSL278.98º83.96%36.67%-
HSV(B)278.98º91.28%67.45%-
XYZ14.957.139.61-
YUV63.4189.29166.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 15 (6.25% from 255) = 4.93%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=38.49%
G=4.93%
B=56.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117151720.320.9100.33278.9883.9636.67
Hex75FAC205B0211175425
Octal165172544013304142712445
Binary1110101111110101100100000101101101000011000101111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,172); }

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

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

 a { background-color: rgb(117,15,172); }

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

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

 span { border-color: rgb(117,15,172); }

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