Html Css Color HEX #74168E Purple

📋 copy color: '#74168E'

red 116 ◦ green 22 ◦ blue 142

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

Shades of Purple #74168E

Tints of Purple #74168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

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

R = 41.43%
G = 7.86%
B = 50.71%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74168E (or 0x74168E) is known color: Purple. HEX triplet: 74, 16 and 8E. RGB value is (116,22,142). Sum of RGB (Red+Green+Blue) = 116+22+142=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #74168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74168E is #8BE971. Grayscale: #3F3F3F. Windows color (decimal): -9169266 or 9311860. OLE color: 9311860.

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

Color convert

RGB 116 22 142 -
CMYK 0.18 0.85 0 0.44
HSL 287º 0.73% 0.32% -
HSV(B) 287º 0.85% 0.56% -
XYZ 12.37 6.24 26.14 -
YUV 63.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 116 22 142 0.18 0.85 0 0.44 287 0.73 0.32
Hex 74 16 8E 12 55 0 2C 11F 49 20
Octal 164 26 216 22 125 0 54 437 111 40
Binary 1110100 10110 10001110 10010 1010101 0 101100 100011111 1001001 100000

Color Harmonies of #74168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74168E

Black with #74168E

Text Example


Text Example

White with #74168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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