#741ECE

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

Shades of Purple Heart #741ECE

Tints of Purple Heart #741ECE

Color information

#741ECE (or 0x741ECE) is unknown color: approx Purple Heart. HEX triplet: 74, 1E and CE. RGB value is (116,30,206). Sum of RGB (Red+Green+Blue) = 116+30+206=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #741ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ECE is #8BE131. Grayscale: #4B4B4B. Windows color (decimal): -9167154 or 13508212. OLE color: 13508212.

HSL color Cylindrical-coordinate representation of color #741ECE: hue angle of 269.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741ECE is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11630206-
CMYK0.440.8500.19
HSL269.32º74.58%46.27%-
HSV(B)269.32º85.44%80.78%-
XYZ18.819.159.16-
YUV75.78201.49156.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 30 (12.11% from 255) = 8.52%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=32.95%
G=8.52%
B=58.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116302060.440.8500.19269.3274.5846.27
Hex741ECE2C5501310d4b2e
Octal164363165412502341511356
Binary1110100111101100111010110010101010100111000011011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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