Html Css Color HEX #740EAB Purple Heart

📋 copy color: '#740EAB'

red 116 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #740EAB

Tints of Purple Heart #740EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 38.54%
G = 4.65%
B = 56.81%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740EAB (or 0x740EAB) is known color: Purple Heart. HEX triplet: 74, 0E and AB. RGB value is (116,14,171). Sum of RGB (Red+Green+Blue) = 116+14+171=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #740EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740EAB is #8BF154. Grayscale: #3D3D3D. Windows color (decimal): -9171285 or 11210356. OLE color: 11210356.

HSL color Cylindrical-coordinate representation of color #740EAB: hue angle of 278.98º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740EAB is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 14 171 -
CMYK 0.32 0.92 0 0.33
HSL 278.98º 0.85% 0.36% -
HSV(B) 278.98º 0.92% 0.67% -
XYZ 14.71 6.97 39.1 -
YUV 62.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 116 14 171 0.32 0.92 0 0.33 278.98 0.85 0.36
Hex 74 E AB 20 5C 0 21 117 55 24
Octal 164 16 253 40 134 0 41 427 125 44
Binary 1110100 1110 10101011 100000 1011100 0 100001 100010111 1010101 100100

Color Harmonies of #740EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EAB

Black with #740EAB

Text Example


Text Example

White with #740EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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