Html Css Color HEX #76168D Purple

📋 copy color: '#76168D'

red 118 ◦ green 22 ◦ blue 141

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

Shades of Purple #76168D

Tints of Purple #76168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 41.99%
G = 7.83%
B = 50.18%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76168D (or 0x76168D) is known color: Purple. HEX triplet: 76, 16 and 8D. RGB value is (118,22,141). Sum of RGB (Red+Green+Blue) = 118+22+141=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #76168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76168D is #89E972. Grayscale: #3F3F3F. Windows color (decimal): -9038195 or 9246326. OLE color: 9246326.

HSL color Cylindrical-coordinate representation of color #76168D: hue angle of 288.4º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76168D is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 22 141 -
CMYK 0.16 0.84 0 0.45
HSL 288.4º 0.73% 0.32% -
HSV(B) 288.4º 0.84% 0.55% -
XYZ 12.57 6.35 25.76 -
YUV 64.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 118 22 141 0.16 0.84 0 0.45 288.4 0.73 0.32
Hex 76 16 8D 10 54 0 2D 120 49 20
Octal 166 26 215 20 124 0 55 440 111 40
Binary 1110110 10110 10001101 10000 1010100 0 101101 100100000 1001001 100000

Color Harmonies of #76168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76168D

Black with #76168D

Text Example


Text Example

White with #76168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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