Html Css Color HEX #760060 Purple

📋 copy color: '#760060'

red 118 ◦ green 0 ◦ blue 96

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

Shades of Purple #760060

Tints of Purple #760060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 55.14%
G = 0%
B = 44.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760060 (or 0x760060) is known color: Purple. HEX triplet: 76, 00 and 60. RGB value is (118,0,96). Sum of RGB (Red+Green+Blue) = 118+0+96=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #760060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760060 is #89FF9F. Grayscale: #2D2D2D. Windows color (decimal): -9043872 or 6291574. OLE color: 6291574.

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

Color convert

RGB 118 0 96 -
CMYK 0 1 0.19 0.54
HSL 311.19º 1% 0.23% -
HSV(B) 311.19º 1% 0.46% -
XYZ 9.58 4.7 11.47 -
YUV 46.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 118 0 96 0 1 0.19 0.54 311.19 1 0.23
Hex 76 0 60 0 64 13 36 137 64 17
Octal 166 0 140 0 144 23 66 467 144 27
Binary 1110110 0 1100000 0 1100100 10011 110110 100110111 1100100 10111

Color Harmonies of #760060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760060

Black with #760060

Text Example


Text Example

White with #760060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760060; }

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

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

background-color css

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

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

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

border-color css

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

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

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