#741ABC

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

Shades of Purple Heart #741ABC

Tints of Purple Heart #741ABC

Color information

#741ABC (or 0x741ABC) is unknown color: approx Purple Heart. HEX triplet: 74, 1A and BC. RGB value is (116,26,188). Sum of RGB (Red+Green+Blue) = 116+26+188=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #741ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ABC is #8BE543. Grayscale: #464646. Windows color (decimal): -9168196 or 12327540. OLE color: 12327540.

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

Color convert

RGB11626188-
CMYK0.380.8600.26
HSL273.33º75.7%41.96%-
HSV(B)273.33º86.17%73.73%-
XYZ16.658.0848.26-
YUV71.38193.82159.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 26 (10.55% from 255) = 7.88%
BLUE value IS 188 (73.83% from 255) = 56.97%
R=35.15%
G=7.88%
B=56.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116261880.380.8600.26273.3375.741.96
Hex741ABC265601A1114c2a
Octal164322744612603242111452
Binary1110100110101011110010011010101100110101000100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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