#751ABF

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

Shades of Purple Heart #751ABF

Tints of Purple Heart #751ABF

Color information

#751ABF (or 0x751ABF) is unknown color: approx Purple Heart. HEX triplet: 75, 1A and BF. RGB value is (117,26,191). Sum of RGB (Red+Green+Blue) = 117+26+191=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #751ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ABF is #8AE540. Grayscale: #474747. Windows color (decimal): -9102657 or 12524149. OLE color: 12524149.

HSL color Cylindrical-coordinate representation of color #751ABF: hue angle of 273.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751ABF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11726191-
CMYK0.390.8600.25
HSL273.09º76.04%42.55%-
HSV(B)273.09º86.39%74.9%-
XYZ17.118.2849.99-
YUV72.02195.15160.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 26 (10.55% from 255) = 7.78%
BLUE value IS 191 (75% from 255) = 57.19%
R=35.03%
G=7.78%
B=57.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117261910.390.8600.25273.0976.0442.55
Hex751ABF27560191114c2b
Octal165322774712603142111453
Binary1110101110101011111110011110101100110011000100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,191); }

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

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

 a { background-color: rgb(117,26,191); }

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

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

 span { border-color: rgb(117,26,191); }

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