Html Css Color HEX #76167F Purple

📋 copy color: '#76167F'

red 118 ◦ green 22 ◦ blue 127

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

Shades of Purple #76167F

Tints of Purple #76167F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.57%

R = 44.19%
G = 8.24%
B = 47.57%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76167F (or 0x76167F) is known color: Purple. HEX triplet: 76, 16 and 7F. RGB value is (118,22,127). Sum of RGB (Red+Green+Blue) = 118+22+127=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #76167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76167F is #89E980. Grayscale: #3E3E3E. Windows color (decimal): -9038209 or 8328822. OLE color: 8328822.

HSL color Cylindrical-coordinate representation of color #76167F: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76167F is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 22 127 -
CMYK 0.07 0.83 0 0.50
HSL 294.86º 0.7% 0.29% -
HSV(B) 294.86º 0.83% 0.5% -
XYZ 11.59 5.96 20.62 -
YUV 62.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 118 22 127 0.07 0.83 0 0.50 294.86 0.7 0.29
Hex 76 16 7F 7 53 0 32 127 46 1D
Octal 166 26 177 7 123 0 62 447 106 35
Binary 1110110 10110 1111111 111 1010011 0 110010 100100111 1000110 11101

Color Harmonies of #76167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76167F

Black with #76167F

Text Example


Text Example

White with #76167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76167F; }

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

 H1.HeaderClassName
 {
   color: #76167F;
 }
 .AnyTagClassName
 {
   color: #76167F;
 }
</style>

background-color css

<style>
 a { background-color: #76167F; }

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

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

border-color css

<style>
 span { border-color: #76167F; }

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

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