#741CAF

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

Shades of Purple Heart #741CAF

Tints of Purple Heart #741CAF

Color information

#741CAF (or 0x741CAF) is unknown color: approx Purple Heart. HEX triplet: 74, 1C and AF. RGB value is (116,28,175). Sum of RGB (Red+Green+Blue) = 116+28+175=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #741CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CAF is #8BE350. Grayscale: #464646. Windows color (decimal): -9167697 or 11476084. OLE color: 11476084.

HSL color Cylindrical-coordinate representation of color #741CAF: hue angle of 275.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741CAF is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11628175-
CMYK0.340.8400.31
HSL275.92º72.41%39.8%-
HSV(B)275.92º84%68.63%-
XYZ15.367.6441.22-
YUV71.07186.65160.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=36.36%
G=8.78%
B=54.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116281750.340.8400.31275.9272.4139.8
Hex741CAF225401F1144828
Octal164342574212403742411050
Binary1110100111001010111110001010101000111111000101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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