Html Css Color HEX #760876 Purple

📋 copy color: '#760876'

red 118 ◦ green 8 ◦ blue 118

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

Shades of Purple #760876

Tints of Purple #760876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 48.36%
G = 3.28%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#760876 (or 0x760876) is known color: Purple. HEX triplet: 76, 08 and 76. RGB value is (118,8,118). Sum of RGB (Red+Green+Blue) = 118+8+118=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760876 is #89F789. Grayscale: #353535. Windows color (decimal): -9041802 or 7735414. OLE color: 7735414.

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

Color convert

RGB 118 8 118 -
CMYK 0 0.93 0 0.54
HSL 300º 0.87% 0.25% -
HSV(B) 300º 0.93% 0.46% -
XYZ 10.83 5.33 17.6 -
YUV 53.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 118 8 118 0 0.93 0 0.54 300 0.87 0.25
Hex 76 8 76 0 5D 0 36 12C 57 19
Octal 166 10 166 0 135 0 66 454 127 31
Binary 1110110 1000 1110110 0 1011101 0 110110 100101100 1010111 11001

Color Harmonies of #760876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760876

Black with #760876

Text Example


Text Example

White with #760876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760876; }

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

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

background-color css

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

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

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

border-color css

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

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

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