#751ac4

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

Shades of Purple Heart #751AC4

Tints of Purple Heart #751AC4

Color information

#751AC4 (or 0x751AC4) is unknown color: approx Purple Heart. HEX triplet: 75, 1A and C4. RGB value is (117,26,196). Sum of RGB (Red+Green+Blue) = 117+26+196=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #751AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751AC4 is #8AE53B. Grayscale: #484848. Windows color (decimal): -9102652 or 12851829. OLE color: 12851829.

HSL color Cylindrical-coordinate representation of color #751AC4: hue angle of 272.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751AC4 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11726196-
CMYK0.400.8700.23
HSL272.12º76.58%43.53%-
HSV(B)272.12º86.73%76.86%-
XYZ17.678.5152.94-
YUV72.59197.65159.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 196 (76.95% from 255) = 57.82%
R=34.51%
G=7.67%
B=57.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal117261960.400.8700.23272.1276.5843.53
Hex751AC428570171104d2c
Octal165323045012702742011554
Binary1110101110101100010010100010101110101111000100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751ac4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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