Html Css Color HEX #760576 Purple

📋 copy color: '#760576'

red 118 ◦ green 5 ◦ blue 118

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

Shades of Purple #760576

Tints of Purple #760576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 48.96%
G = 2.07%
B = 48.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#760576 (or 0x760576) is known color: Purple. HEX triplet: 76, 05 and 76. RGB value is (118,5,118). Sum of RGB (Red+Green+Blue) = 118+5+118=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760576 is #89FA89. Grayscale: #333333. Windows color (decimal): -9042570 or 7734646. OLE color: 7734646.

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

Color convert

RGB 118 5 118 -
CMYK 0 0.96 0 0.54
HSL 300º 0.92% 0.24% -
HSV(B) 300º 0.96% 0.46% -
XYZ 10.8 5.27 17.59 -
YUV 51.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 118 5 118 0 0.96 0 0.54 300 0.92 0.24
Hex 76 5 76 0 60 0 36 12C 5C 18
Octal 166 5 166 0 140 0 66 454 134 30
Binary 1110110 101 1110110 0 1100000 0 110110 100101100 1011100 11000

Color Harmonies of #760576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760576

Black with #760576

Text Example


Text Example

White with #760576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760576; }

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

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

background-color css

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

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

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

border-color css

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

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

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