Html Css Color HEX #740DC1 Purple Heart

📋 copy color: '#740DC1'

red 116 ◦ green 13 ◦ blue 193

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

Shades of Purple Heart #740DC1

Tints of Purple Heart #740DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 193 (75.78% from 255) = 59.94%

R = 36.02%
G = 4.04%
B = 59.94%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#740DC1 (or 0x740DC1) is known color: Purple Heart. HEX triplet: 74, 0D and C1. RGB value is (116,13,193). Sum of RGB (Red+Green+Blue) = 116+13+193=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #740DC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DC1 is #8BF23E. Grayscale: #3F3F3F. Windows color (decimal): -9171519 or 12651892. OLE color: 12651892.

HSL color Cylindrical-coordinate representation of color #740DC1: hue angle of 274.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740DC1 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 13 193 -
CMYK 0.40 0.93 0 0.24
HSL 274.33º 0.87% 0.4% -
HSV(B) 274.33º 0.93% 0.76% -
XYZ 16.97 7.85 51.07 -
YUV 64.32 200.62 164.86 -
System Red Green Blue C M Y K H S L
Decimal 116 13 193 0.40 0.93 0 0.24 274.33 0.87 0.4
Hex 74 D C1 28 5D 0 18 112 57 28
Octal 164 15 301 50 135 0 30 422 127 50
Binary 1110100 1101 11000001 101000 1011101 0 11000 100010010 1010111 101000

Color Harmonies of #740DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DC1

Black with #740DC1

Text Example


Text Example

White with #740DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740DC1; }

 p { color: rgb(116,13,193); }

 H1.HeaderClassName
 {
   color: #740DC1;
 }
 .AnyTagClassName
 {
   color: #740DC1;
 }
</style>

background-color css

<style>
 a { background-color: #740DC1; }

 a { background-color: rgb(116,13,193); }

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

border-color css

<style>
 span { border-color: #740DC1; }

 span { border-color: rgb(116,13,193); }

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