Html Css Color HEX #760776 Purple

📋 copy color: '#760776'

red 118 ◦ green 7 ◦ blue 118

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

Shades of Purple #760776

Tints of Purple #760776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

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

R = 48.56%
G = 2.88%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#760776 (or 0x760776) is known color: Purple. HEX triplet: 76, 07 and 76. RGB value is (118,7,118). Sum of RGB (Red+Green+Blue) = 118+7+118=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760776 is #89F889. Grayscale: #343434. Windows color (decimal): -9042058 or 7735158. OLE color: 7735158.

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

Color convert

RGB 118 7 118 -
CMYK 0 0.94 0 0.54
HSL 300º 0.89% 0.25% -
HSV(B) 300º 0.94% 0.46% -
XYZ 10.82 5.31 17.59 -
YUV 52.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 118 7 118 0 0.94 0 0.54 300 0.89 0.25
Hex 76 7 76 0 5E 0 36 12C 59 19
Octal 166 7 166 0 136 0 66 454 131 31
Binary 1110110 111 1110110 0 1011110 0 110110 100101100 1011001 11001

Color Harmonies of #760776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760776

Black with #760776

Text Example


Text Example

White with #760776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760776; }

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

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

background-color css

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

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

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

border-color css

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

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

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