Html Css Color HEX #740EAC Purple Heart

📋 copy color: '#740EAC'

red 116 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #740EAC

Tints of Purple Heart #740EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 38.41%
G = 4.64%
B = 56.95%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740EAC (or 0x740EAC) is known color: Purple Heart. HEX triplet: 74, 0E and AC. RGB value is (116,14,172). Sum of RGB (Red+Green+Blue) = 116+14+172=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #740EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740EAC is #8BF153. Grayscale: #3D3D3D. Windows color (decimal): -9171284 or 11275892. OLE color: 11275892.

HSL color Cylindrical-coordinate representation of color #740EAC: hue angle of 278.73º 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 #740EAC is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 14 172 -
CMYK 0.33 0.92 0 0.33
HSL 278.73º 0.85% 0.36% -
HSV(B) 278.73º 0.92% 0.67% -
XYZ 14.81 7.01 39.6 -
YUV 62.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 116 14 172 0.33 0.92 0 0.33 278.73 0.85 0.36
Hex 74 E AC 21 5C 0 21 117 55 24
Octal 164 16 254 41 134 0 41 427 125 44
Binary 1110100 1110 10101100 100001 1011100 0 100001 100010111 1010101 100100

Color Harmonies of #740EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EAC

Black with #740EAC

Text Example


Text Example

White with #740EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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