#741CAB

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

Shades of Purple Heart #741CAB

Tints of Purple Heart #741CAB

Color information

#741CAB (or 0x741CAB) is unknown color: approx Purple Heart. HEX triplet: 74, 1C and AB. RGB value is (116,28,171). Sum of RGB (Red+Green+Blue) = 116+28+171=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #741CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CAB is #8BE354. Grayscale: #464646. Windows color (decimal): -9167701 or 11213940. OLE color: 11213940.

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

Color convert

RGB11628171-
CMYK0.320.8400.33
HSL276.92º71.86%39.02%-
HSV(B)276.92º83.63%67.06%-
XYZ14.977.4839.18-
YUV70.61184.65160.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=36.83%
G=8.89%
B=54.29%

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
Decimal116281710.320.8400.33276.9271.8639.02
Hex741CAB20540211154827
Octal164342534012404142511047
Binary11101001110010101011100000101010001000011000101011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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