#741EBC

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

Shades of Purple Heart #741EBC

Tints of Purple Heart #741EBC

Color information

#741EBC (or 0x741EBC) is unknown color: approx Purple Heart. HEX triplet: 74, 1E and BC. RGB value is (116,30,188). Sum of RGB (Red+Green+Blue) = 116+30+188=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #741EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EBC is #8BE143. Grayscale: #494949. Windows color (decimal): -9167172 or 12328564. OLE color: 12328564.

HSL color Cylindrical-coordinate representation of color #741EBC: hue angle of 272.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741EBC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11630188-
CMYK0.380.8400.26
HSL272.66º72.48%42.75%-
HSV(B)272.66º84.04%73.73%-
XYZ16.748.2748.29-
YUV73.73192.49158.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 30 (12.11% from 255) = 8.98%
BLUE value IS 188 (73.83% from 255) = 56.29%
R=34.73%
G=8.98%
B=56.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116301880.380.8400.26272.6672.4842.75
Hex741EBC265401A111482b
Octal164362744612403242111053
Binary1110100111101011110010011010101000110101000100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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