Html Css Color HEX #760080 Purple

📋 copy color: '#760080'

red 118 ◦ green 0 ◦ blue 128

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

Shades of Purple #760080

Tints of Purple #760080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 47.97%
G = 0%
B = 52.03%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#760080 (or 0x760080) is known color: Purple. HEX triplet: 76, 00 and 80. RGB value is (118,0,128). Sum of RGB (Red+Green+Blue) = 118+0+128=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #760080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760080 is #89FF7F. Grayscale: #313131. Windows color (decimal): -9043840 or 8388726. OLE color: 8388726.

HSL color Cylindrical-coordinate representation of color #760080: hue angle of 295.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760080 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 0 128 -
CMYK 0.08 1 0 0.50
HSL 295.31º 1% 0.25% -
HSV(B) 295.31º 1% 0.5% -
XYZ 11.37 5.41 20.87 -
YUV 49.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 118 0 128 0.08 1 0 0.50 295.31 1 0.25
Hex 76 0 80 8 64 0 32 127 64 19
Octal 166 0 200 10 144 0 62 447 144 31
Binary 1110110 0 10000000 1000 1100100 0 110010 100100111 1100100 11001

Color Harmonies of #760080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760080

Black with #760080

Text Example


Text Example

White with #760080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760080; }

 p { color: rgb(118,0,128); }

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

background-color css

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

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

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

border-color css

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

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

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