Html Css Color HEX #740D8E Purple

📋 copy color: '#740D8E'

red 116 ◦ green 13 ◦ blue 142

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

Shades of Purple #740D8E

Tints of Purple #740D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

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

R = 42.8%
G = 4.8%
B = 52.4%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#740D8E (or 0x740D8E) is known color: Purple. HEX triplet: 74, 0D and 8E. RGB value is (116,13,142). Sum of RGB (Red+Green+Blue) = 116+13+142=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #740D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740D8E is #8BF271. Grayscale: #3A3A3A. Windows color (decimal): -9171570 or 9309556. OLE color: 9309556.

HSL color Cylindrical-coordinate representation of color #740D8E: hue angle of 287.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740D8E is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 13 142 -
CMYK 0.18 0.91 0 0.44
HSL 287.91º 0.83% 0.3% -
HSV(B) 287.91º 0.91% 0.56% -
XYZ 12.23 5.95 26.1 -
YUV 58.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 116 13 142 0.18 0.91 0 0.44 287.91 0.83 0.3
Hex 74 D 8E 12 5B 0 2C 120 53 1E
Octal 164 15 216 22 133 0 54 440 123 36
Binary 1110100 1101 10001110 10010 1011011 0 101100 100100000 1010011 11110

Color Harmonies of #740D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740D8E

Black with #740D8E

Text Example


Text Example

White with #740D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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