#741EAF

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

Shades of Purple Heart #741EAF

Tints of Purple Heart #741EAF

Color information

#741EAF (or 0x741EAF) is unknown color: approx Purple Heart. HEX triplet: 74, 1E and AF. RGB value is (116,30,175). Sum of RGB (Red+Green+Blue) = 116+30+175=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #741EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741EAF is #8BE150. Grayscale: #474747. Windows color (decimal): -9167185 or 11476596. OLE color: 11476596.

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

Color convert

RGB11630175-
CMYK0.340.8300.31
HSL275.59º70.73%40.2%-
HSV(B)275.59º82.86%68.63%-
XYZ15.47.7441.24-
YUV72.24185.99159.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=36.14%
G=9.35%
B=54.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116301750.340.8300.31275.5970.7340.2
Hex741EAF225301F1144728
Octal164362574212303742410750
Binary1110100111101010111110001010100110111111000101001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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