#741BCA

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

Shades of Purple Heart #741BCA

Tints of Purple Heart #741BCA

Color information

#741BCA (or 0x741BCA) is unknown color: approx Purple Heart. HEX triplet: 74, 1B and CA. RGB value is (116,27,202). Sum of RGB (Red+Green+Blue) = 116+27+202=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #741BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BCA is #8BE435. Grayscale: #484848. Windows color (decimal): -9167926 or 13245300. OLE color: 13245300.

HSL color Cylindrical-coordinate representation of color #741BCA: hue angle of 270.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741BCA is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11627202-
CMYK0.430.8700.21
HSL270.51º76.42%44.9%-
HSV(B)270.51º86.63%79.22%-
XYZ18.268.7656.61-
YUV73.56200.49158.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 27 (10.94% from 255) = 7.83%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=33.62%
G=7.83%
B=58.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116272020.430.8700.21270.5176.4244.9
Hex741BCA2B5701510f4c2d
Octal164333125312702541711455
Binary1110100110111100101010101110101110101011000011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,27,202); }

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

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

 a { background-color: rgb(116,27,202); }

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

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

 span { border-color: rgb(116,27,202); }

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