#750FAA

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

Shades of Purple Heart #750FAA

Tints of Purple Heart #750FAA

Color information

#750FAA (or 0x750FAA) is unknown color: approx Purple Heart. HEX triplet: 75, 0F and AA. RGB value is (117,15,170). Sum of RGB (Red+Green+Blue) = 117+15+170=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #750FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750FAA is #8AF055. Grayscale: #3E3E3E. Windows color (decimal): -9105494 or 11145077. OLE color: 11145077.

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

Color convert

RGB11715170-
CMYK0.310.9100.33
HSL279.48º83.78%36.27%-
HSV(B)279.48º91.18%66.67%-
XYZ14.767.0338.61-
YUV63.17188.29166.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 15 (6.25% from 255) = 4.97%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=38.74%
G=4.97%
B=56.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117151700.310.9100.33279.4883.7836.27
Hex75FAA1F5B0211175424
Octal165172523713304142712444
Binary111010111111010101011111101101101000011000101111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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