Html Css Color HEX #740EBE Purple Heart

📋 copy color: '#740EBE'

red 116 ◦ green 14 ◦ blue 190

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

Shades of Purple Heart #740EBE

Tints of Purple Heart #740EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 36.25%
G = 4.38%
B = 59.38%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#740EBE (or 0x740EBE) is known color: Purple Heart. HEX triplet: 74, 0E and BE. RGB value is (116,14,190). Sum of RGB (Red+Green+Blue) = 116+14+190=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #740EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EBE is #8BF141. Grayscale: #3F3F3F. Windows color (decimal): -9171266 or 12455540. OLE color: 12455540.

HSL color Cylindrical-coordinate representation of color #740EBE: hue angle of 274.77º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740EBE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 14 190 -
CMYK 0.39 0.93 0 0.25
HSL 274.77º 0.86% 0.4% -
HSV(B) 274.77º 0.93% 0.75% -
XYZ 16.65 7.74 49.33 -
YUV 64.56 198.79 164.69 -
System Red Green Blue C M Y K H S L
Decimal 116 14 190 0.39 0.93 0 0.25 274.77 0.86 0.4
Hex 74 E BE 27 5D 0 19 113 56 28
Octal 164 16 276 47 135 0 31 423 126 50
Binary 1110100 1110 10111110 100111 1011101 0 11001 100010011 1010110 101000

Color Harmonies of #740EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EBE

Black with #740EBE

Text Example


Text Example

White with #740EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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