Html Css Color HEX #740EC1 Purple Heart

📋 copy color: '#740EC1'

red 116 ◦ green 14 ◦ blue 193

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

Shades of Purple Heart #740EC1

Tints of Purple Heart #740EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

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

R = 35.91%
G = 4.33%
B = 59.75%

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

#740EC1 (or 0x740EC1) is known color: Purple Heart. HEX triplet: 74, 0E and C1. RGB value is (116,14,193). Sum of RGB (Red+Green+Blue) = 116+14+193=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #740EC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EC1 is #8BF13E. Grayscale: #404040. Windows color (decimal): -9171263 or 12652148. OLE color: 12652148.

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

Color convert

RGB 116 14 193 -
CMYK 0.40 0.93 0 0.24
HSL 274.19º 0.86% 0.41% -
HSV(B) 274.19º 0.93% 0.76% -
XYZ 16.99 7.88 51.08 -
YUV 64.9 200.29 164.45 -
System Red Green Blue C M Y K H S L
Decimal 116 14 193 0.40 0.93 0 0.24 274.19 0.86 0.41
Hex 74 E C1 28 5D 0 18 112 56 29
Octal 164 16 301 50 135 0 30 422 126 51
Binary 1110100 1110 11000001 101000 1011101 0 11000 100010010 1010110 101001

Color Harmonies of #740EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EC1

Black with #740EC1

Text Example


Text Example

White with #740EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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