Html Css Color HEX #76168E Purple

📋 copy color: '#76168E'

red 118 ◦ green 22 ◦ blue 142

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

Shades of Purple #76168E

Tints of Purple #76168E

RGB

 RED value IS 118 (46.48% from 255) = 41.84%

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

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

R = 41.84%
G = 7.8%
B = 50.35%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76168E (or 0x76168E) is known color: Purple. HEX triplet: 76, 16 and 8E. RGB value is (118,22,142). Sum of RGB (Red+Green+Blue) = 118+22+142=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #76168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76168E is #89E971. Grayscale: #3F3F3F. Windows color (decimal): -9038194 or 9311862. OLE color: 9311862.

HSL color Cylindrical-coordinate representation of color #76168E: hue angle of 288º 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 #76168E is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 22 142 -
CMYK 0.17 0.85 0 0.44
HSL 288º 0.73% 0.32% -
HSV(B) 288º 0.85% 0.56% -
XYZ 12.64 6.38 26.16 -
YUV 64.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 118 22 142 0.17 0.85 0 0.44 288 0.73 0.32
Hex 76 16 8E 11 55 0 2C 120 49 20
Octal 166 26 216 21 125 0 54 440 111 40
Binary 1110110 10110 10001110 10001 1010101 0 101100 100100000 1001001 100000

Color Harmonies of #76168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76168E

Black with #76168E

Text Example


Text Example

White with #76168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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