#751BAE

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

Shades of Purple Heart #751BAE

Tints of Purple Heart #751BAE

Color information

#751BAE (or 0x751BAE) is unknown color: approx Purple Heart. HEX triplet: 75, 1B and AE. RGB value is (117,27,174). Sum of RGB (Red+Green+Blue) = 117+27+174=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #751BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751BAE is #8AE451. Grayscale: #464646. Windows color (decimal): -9102418 or 11410293. OLE color: 11410293.

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

Color convert

RGB11727174-
CMYK0.330.8400.32
HSL276.73º73.13%39.41%-
HSV(B)276.73º84.48%68.24%-
XYZ15.377.6240.71-
YUV70.67186.32161.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=36.79%
G=8.49%
B=54.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117271740.330.8400.32276.7373.1339.41
Hex751BAE21540201154927
Octal165332564112404042511147
Binary11101011101110101110100001101010001000001000101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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