Html Css Color HEX #740EB6 Purple Heart

📋 copy color: '#740EB6'

red 116 ◦ green 14 ◦ blue 182

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

Shades of Purple Heart #740EB6

Tints of Purple Heart #740EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.33%

R = 37.18%
G = 4.49%
B = 58.33%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#740EB6 (or 0x740EB6) is known color: Purple Heart. HEX triplet: 74, 0E and B6. RGB value is (116,14,182). Sum of RGB (Red+Green+Blue) = 116+14+182=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #740EB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EB6 is #8BF149. Grayscale: #3F3F3F. Windows color (decimal): -9171274 or 11931252. OLE color: 11931252.

HSL color Cylindrical-coordinate representation of color #740EB6: hue angle of 276.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740EB6 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 14 182 -
CMYK 0.36 0.92 0 0.29
HSL 276.43º 0.86% 0.38% -
HSV(B) 276.43º 0.92% 0.71% -
XYZ 15.8 7.4 44.85 -
YUV 63.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 116 14 182 0.36 0.92 0 0.29 276.43 0.86 0.38
Hex 74 E B6 24 5C 0 1D 114 56 26
Octal 164 16 266 44 134 0 35 424 126 46
Binary 1110100 1110 10110110 100100 1011100 0 11101 100010100 1010110 100110

Color Harmonies of #740EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EB6

Black with #740EB6

Text Example


Text Example

White with #740EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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