#741DC6

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

Shades of Purple Heart #741DC6

Tints of Purple Heart #741DC6

Color information

#741DC6 (or 0x741DC6) is unknown color: approx Purple Heart. HEX triplet: 74, 1D and C6. RGB value is (116,29,198). Sum of RGB (Red+Green+Blue) = 116+29+198=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #741DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DC6 is #8BE239. Grayscale: #494949. Windows color (decimal): -9167418 or 12983668. OLE color: 12983668.

HSL color Cylindrical-coordinate representation of color #741DC6: hue angle of 270.89º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741DC6 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11629198-
CMYK0.410.8500.22
HSL270.89º74.45%44.51%-
HSV(B)270.89º85.35%77.65%-
XYZ17.838.6754.16-
YUV74.28197.82157.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 29 (11.72% from 255) = 8.45%
BLUE value IS 198 (77.73% from 255) = 57.73%
R=33.82%
G=8.45%
B=57.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116291980.410.8500.22270.8974.4544.51
Hex741DC6295501610f4a2d
Octal164353065112502641711255
Binary1110100111011100011010100110101010101101000011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,29,198); }

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

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

 a { background-color: rgb(116,29,198); }

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

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

 span { border-color: rgb(116,29,198); }

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