Html Css Color HEX #740EBB Purple Heart

📋 copy color: '#740EBB'

red 116 ◦ green 14 ◦ blue 187

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

Shades of Purple Heart #740EBB

Tints of Purple Heart #740EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 36.59%
G = 4.42%
B = 58.99%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#740EBB (or 0x740EBB) is known color: Purple Heart. HEX triplet: 74, 0E and BB. RGB value is (116,14,187). Sum of RGB (Red+Green+Blue) = 116+14+187=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #740EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EBB is #8BF144. Grayscale: #3F3F3F. Windows color (decimal): -9171269 or 12258932. OLE color: 12258932.

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

Color convert

RGB 116 14 187 -
CMYK 0.38 0.93 0 0.27
HSL 275.38º 0.86% 0.39% -
HSV(B) 275.38º 0.93% 0.73% -
XYZ 16.33 7.61 47.62 -
YUV 64.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 116 14 187 0.38 0.93 0 0.27 275.38 0.86 0.39
Hex 74 E BB 26 5D 0 1B 113 56 27
Octal 164 16 273 46 135 0 33 423 126 47
Binary 1110100 1110 10111011 100110 1011101 0 11011 100010011 1010110 100111

Color Harmonies of #740EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EBB

Black with #740EBB

Text Example


Text Example

White with #740EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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