#751ABC

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

Shades of Purple Heart #751ABC

Tints of Purple Heart #751ABC

Color information

#751ABC (or 0x751ABC) is unknown color: approx Purple Heart. HEX triplet: 75, 1A and BC. RGB value is (117,26,188). Sum of RGB (Red+Green+Blue) = 117+26+188=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #751ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ABC is #8AE543. Grayscale: #474747. Windows color (decimal): -9102660 or 12327541. OLE color: 12327541.

HSL color Cylindrical-coordinate representation of color #751ABC: hue angle of 273.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751ABC is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11726188-
CMYK0.380.8600.26
HSL273.7º75.7%41.96%-
HSV(B)273.7º86.17%73.73%-
XYZ16.788.1548.27-
YUV71.68193.65160.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=35.35%
G=7.85%
B=56.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117261880.380.8600.26273.775.741.96
Hex751ABC265601A1124c2a
Octal165322744612603242211452
Binary1110101110101011110010011010101100110101000100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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