#751CAB

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

Shades of Purple Heart #751CAB

Tints of Purple Heart #751CAB

Color information

#751CAB (or 0x751CAB) is unknown color: approx Purple Heart. HEX triplet: 75, 1C and AB. RGB value is (117,28,171). Sum of RGB (Red+Green+Blue) = 117+28+171=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #751CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751CAB is #8AE354. Grayscale: #464646. Windows color (decimal): -9102165 or 11213941. OLE color: 11213941.

HSL color Cylindrical-coordinate representation of color #751CAB: hue angle of 277.34º degrees, saturation: 0.72, 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 #751CAB is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11728171-
CMYK0.320.8400.33
HSL277.34º71.86%39.02%-
HSV(B)277.34º83.63%67.06%-
XYZ15.17.5539.19-
YUV70.91184.49160.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=37.03%
G=8.86%
B=54.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117281710.320.8400.33277.3471.8639.02
Hex751CAB20540211154827
Octal165342534012404142511047
Binary11101011110010101011100000101010001000011000101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,28,171); }

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

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

 a { background-color: rgb(117,28,171); }

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

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

 span { border-color: rgb(117,28,171); }

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