#741DCD

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

Shades of Purple Heart #741DCD

Tints of Purple Heart #741DCD

Color information

#741DCD (or 0x741DCD) is unknown color: approx Purple Heart. HEX triplet: 74, 1D and CD. RGB value is (116,29,205). Sum of RGB (Red+Green+Blue) = 116+29+205=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #741DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DCD is #8BE232. Grayscale: #4A4A4A. Windows color (decimal): -9167411 or 13442420. OLE color: 13442420.

HSL color Cylindrical-coordinate representation of color #741DCD: hue angle of 269.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741DCD is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11629205-
CMYK0.430.8600.20
HSL269.66º75.21%45.88%-
HSV(B)269.66º85.85%80.39%-
XYZ18.66958.51-
YUV75.08201.32157.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 29 (11.72% from 255) = 8.29%
BLUE value IS 205 (80.47% from 255) = 58.57%
R=33.14%
G=8.29%
B=58.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116292050.430.8600.20269.6675.2145.88
Hex741DCD2B5601410e4b2e
Octal164353155312602441611356
Binary1110100111011100110110101110101100101001000011101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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