Html Css Color HEX #741DD0 Purple Heart

📋 copy color: '#741DD0'

red 116 ◦ green 29 ◦ blue 208

#741DD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #741DD0

Tints of Purple Heart #741DD0

RGB

 RED value IS 116 (45.7% from 255) = 32.86%

 GREEN value IS 29 (11.72% from 255) = 8.22%

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 32.86%
G = 8.22%
B = 58.92%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#741DD0 (or 0x741DD0) is known color: Purple Heart. HEX triplet: 74, 1D and D0. RGB value is (116,29,208). Sum of RGB (Red+Green+Blue) = 116+29+208=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #741DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DD0 is #8BE22F. Grayscale: #4A4A4A. Windows color (decimal): -9167408 or 13639028. OLE color: 13639028.

HSL color Cylindrical-coordinate representation of color #741DD0: hue angle of 269.16º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741DD0 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 29 208 -
CMYK 0.44 0.86 0 0.18
HSL 269.16º 0.76% 0.46% -
HSV(B) 269.16º 0.86% 0.82% -
XYZ 19.03 9.15 60.44 -
YUV 75.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 116 29 208 0.44 0.86 0 0.18 269.16 0.76 0.46
Hex 74 1D D0 2C 56 0 12 10D 4C 2E
Octal 164 35 320 54 126 0 22 415 114 56
Binary 1110100 11101 11010000 101100 1010110 0 10010 100001101 1001100 101110

Color Harmonies of #741DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741DD0

Black with #741DD0

Text Example


Text Example

White with #741DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #741DD0;
 }
 .AnyTagClassName
 {
   color: #741DD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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