#741CBA

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

Shades of Purple Heart #741CBA

Tints of Purple Heart #741CBA

Color information

#741CBA (or 0x741CBA) is unknown color: approx Purple Heart. HEX triplet: 74, 1C and BA. RGB value is (116,28,186). Sum of RGB (Red+Green+Blue) = 116+28+186=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #741CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CBA is #8BE345. Grayscale: #474747. Windows color (decimal): -9167686 or 12196980. OLE color: 12196980.

HSL color Cylindrical-coordinate representation of color #741CBA: hue angle of 273.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741CBA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11628186-
CMYK0.380.8500.27
HSL273.42º73.83%41.96%-
HSV(B)273.42º84.95%72.94%-
XYZ16.488.0947.15-
YUV72.32192.15159.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=35.15%
G=8.48%
B=56.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116281860.380.8500.27273.4273.8341.96
Hex741CBA265501B1114a2a
Octal164342724612503342111252
Binary1110100111001011101010011010101010110111000100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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