Html Css Color HEX #740E8E Purple

📋 copy color: '#740E8E'

red 116 ◦ green 14 ◦ blue 142

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

Shades of Purple #740E8E

Tints of Purple #740E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 42.65%
G = 5.15%
B = 52.21%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#740E8E (or 0x740E8E) is known color: Purple. HEX triplet: 74, 0E and 8E. RGB value is (116,14,142). Sum of RGB (Red+Green+Blue) = 116+14+142=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #740E8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740E8E is #8BF171. Grayscale: #3A3A3A. Windows color (decimal): -9171314 or 9309812. OLE color: 9309812.

HSL color Cylindrical-coordinate representation of color #740E8E: hue angle of 287.81º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740E8E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 14 142 -
CMYK 0.18 0.90 0 0.44
HSL 287.81º 0.82% 0.31% -
HSV(B) 287.81º 0.9% 0.56% -
XYZ 12.24 5.98 26.1 -
YUV 59.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 116 14 142 0.18 0.90 0 0.44 287.81 0.82 0.31
Hex 74 E 8E 12 5A 0 2C 120 52 1F
Octal 164 16 216 22 132 0 54 440 122 37
Binary 1110100 1110 10001110 10010 1011010 0 101100 100100000 1010010 11111

Color Harmonies of #740E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E8E

Black with #740E8E

Text Example


Text Example

White with #740E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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