Html Css Color HEX #74118A Purple

📋 copy color: '#74118A'

red 116 ◦ green 17 ◦ blue 138

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

Shades of Purple #74118A

Tints of Purple #74118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 42.8%
G = 6.27%
B = 50.92%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74118A (or 0x74118A) is known color: Purple. HEX triplet: 74, 11 and 8A. RGB value is (116,17,138). Sum of RGB (Red+Green+Blue) = 116+17+138=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #74118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74118A is #8BEE75. Grayscale: #3C3C3C. Windows color (decimal): -9170550 or 9048436. OLE color: 9048436.

HSL color Cylindrical-coordinate representation of color #74118A: hue angle of 289.09º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74118A is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 17 138 -
CMYK 0.16 0.88 0 0.46
HSL 289.09º 0.78% 0.3% -
HSV(B) 289.09º 0.88% 0.54% -
XYZ 11.99 5.95 24.56 -
YUV 60.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 116 17 138 0.16 0.88 0 0.46 289.09 0.78 0.3
Hex 74 11 8A 10 58 0 2E 121 4E 1E
Octal 164 21 212 20 130 0 56 441 116 36
Binary 1110100 10001 10001010 10000 1011000 0 101110 100100001 1001110 11110

Color Harmonies of #74118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74118A

Black with #74118A

Text Example


Text Example

White with #74118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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