#751BAA

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

Shades of Purple Heart #751BAA

Tints of Purple Heart #751BAA

Color information

#751BAA (or 0x751BAA) is unknown color: approx Purple Heart. HEX triplet: 75, 1B and AA. RGB value is (117,27,170). Sum of RGB (Red+Green+Blue) = 117+27+170=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #751BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751BAA is #8AE455. Grayscale: #454545. Windows color (decimal): -9102422 or 11148149. OLE color: 11148149.

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

Color convert

RGB11727170-
CMYK0.310.8400.33
HSL277.76º72.59%38.63%-
HSV(B)277.76º84.12%66.67%-
XYZ14.987.4738.68-
YUV70.21184.32161.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=37.26%
G=8.60%
B=54.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117271700.310.8400.33277.7672.5938.63
Hex751BAA1F540211164927
Octal165332523712404142611147
Binary1110101110111010101011111101010001000011000101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751BAA; }

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

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

<style>
 a { background-color: #751BAA; }

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

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

<style>
 span { border-color: #751BAA; }

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

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