#741EC6

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

Shades of Purple Heart #741EC6

Tints of Purple Heart #741EC6

Color information

#741EC6 (or 0x741EC6) is unknown color: approx Purple Heart. HEX triplet: 74, 1E and C6. RGB value is (116,30,198). Sum of RGB (Red+Green+Blue) = 116+30+198=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #741EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EC6 is #8BE139. Grayscale: #4A4A4A. Windows color (decimal): -9167162 or 12983924. OLE color: 12983924.

HSL color Cylindrical-coordinate representation of color #741EC6: hue angle of 270.71º 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 #741EC6 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11630198-
CMYK0.410.8500.22
HSL270.71º73.68%44.71%-
HSV(B)270.71º84.85%77.65%-
XYZ17.868.7254.17-
YUV74.87197.49157.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 198 (77.73% from 255) = 57.56%
R=33.72%
G=8.72%
B=57.56%

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
Decimal116301980.410.8500.22270.7173.6844.71
Hex741EC6295501610f4a2d
Octal164363065112502641711255
Binary1110100111101100011010100110101010101101000011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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