Html Css Color HEX #760160 Purple

📋 copy color: '#760160'

red 118 ◦ green 1 ◦ blue 96

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

Shades of Purple #760160

Tints of Purple #760160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 54.88%
G = 0.47%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760160 (or 0x760160) is known color: Purple. HEX triplet: 76, 01 and 60. RGB value is (118,1,96). Sum of RGB (Red+Green+Blue) = 118+1+96=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760160 is #89FE9F. Grayscale: #2E2E2E. Windows color (decimal): -9043616 or 6291830. OLE color: 6291830.

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

Color convert

RGB 118 1 96 -
CMYK 0 0.99 0.19 0.54
HSL 311.28º 0.98% 0.23% -
HSV(B) 311.28º 0.99% 0.46% -
XYZ 9.59 4.72 11.47 -
YUV 46.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 118 1 96 0 0.99 0.19 0.54 311.28 0.98 0.23
Hex 76 1 60 0 63 13 36 137 62 17
Octal 166 1 140 0 143 23 66 467 142 27
Binary 1110110 1 1100000 0 1100011 10011 110110 100110111 1100010 10111

Color Harmonies of #760160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760160

Black with #760160

Text Example


Text Example

White with #760160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760160; }

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

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

background-color css

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

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

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

border-color css

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

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

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