Html Css Color HEX #760176 Purple

📋 copy color: '#760176'

red 118 ◦ green 1 ◦ blue 118

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

Shades of Purple #760176

Tints of Purple #760176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 49.79%
G = 0.42%
B = 49.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#760176 (or 0x760176) is known color: Purple. HEX triplet: 76, 01 and 76. RGB value is (118,1,118). Sum of RGB (Red+Green+Blue) = 118+1+118=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760176 is #89FE89. Grayscale: #303030. Windows color (decimal): -9043594 or 7733622. OLE color: 7733622.

HSL color Cylindrical-coordinate representation of color #760176: hue angle of 300º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760176 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 118 -
CMYK 0 0.99 0 0.54
HSL 300º 0.98% 0.23% -
HSV(B) 300º 0.99% 0.46% -
XYZ 10.75 5.18 17.57 -
YUV 49.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 118 1 118 0 0.99 0 0.54 300 0.98 0.23
Hex 76 1 76 0 63 0 36 12C 62 17
Octal 166 1 166 0 143 0 66 454 142 27
Binary 1110110 1 1110110 0 1100011 0 110110 100101100 1100010 10111

Color Harmonies of #760176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760176

Black with #760176

Text Example


Text Example

White with #760176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760176; }

 p { color: rgb(118,1,118); }

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

background-color css

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

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

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

border-color css

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

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

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