Html Css Color HEX #74118E Purple

📋 copy color: '#74118E'

red 116 ◦ green 17 ◦ blue 142

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

Shades of Purple #74118E

Tints of Purple #74118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

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

R = 42.18%
G = 6.18%
B = 51.64%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74118E (or 0x74118E) is known color: Purple. HEX triplet: 74, 11 and 8E. RGB value is (116,17,142). Sum of RGB (Red+Green+Blue) = 116+17+142=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #74118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74118E is #8BEE71. Grayscale: #3C3C3C. Windows color (decimal): -9170546 or 9310580. OLE color: 9310580.

HSL color Cylindrical-coordinate representation of color #74118E: hue angle of 287.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74118E is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 17 142 -
CMYK 0.18 0.88 0 0.44
HSL 287.52º 0.79% 0.31% -
HSV(B) 287.52º 0.88% 0.56% -
XYZ 12.29 6.07 26.11 -
YUV 60.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 116 17 142 0.18 0.88 0 0.44 287.52 0.79 0.31
Hex 74 11 8E 12 58 0 2C 120 4F 1F
Octal 164 21 216 22 130 0 54 440 117 37
Binary 1110100 10001 10001110 10010 1011000 0 101100 100100000 1001111 11111

Color Harmonies of #74118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74118E

Black with #74118E

Text Example


Text Example

White with #74118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74118E; }

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

 H1.HeaderClassName
 {
   color: #74118E;
 }
 .AnyTagClassName
 {
   color: #74118E;
 }
</style>

background-color css

<style>
 a { background-color: #74118E; }

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

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

border-color css

<style>
 span { border-color: #74118E; }

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

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