Html Css Color HEX #760179 Purple

📋 copy color: '#760179'

red 118 ◦ green 1 ◦ blue 121

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

Shades of Purple #760179

Tints of Purple #760179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.42%

R = 49.17%
G = 0.42%
B = 50.42%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#760179 (or 0x760179) is known color: Purple. HEX triplet: 76, 01 and 79. RGB value is (118,1,121). Sum of RGB (Red+Green+Blue) = 118+1+121=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #760179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760179 is #89FE86. Grayscale: #313131. Windows color (decimal): -9043591 or 7930230. OLE color: 7930230.

HSL color Cylindrical-coordinate representation of color #760179: hue angle of 298.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760179 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 1 121 -
CMYK 0.02 0.99 0 0.53
HSL 298.5º 0.98% 0.24% -
HSV(B) 298.5º 0.99% 0.47% -
XYZ 10.93 5.25 18.53 -
YUV 49.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 118 1 121 0.02 0.99 0 0.53 298.5 0.98 0.24
Hex 76 1 79 2 63 0 35 12A 62 18
Octal 166 1 171 2 143 0 65 452 142 30
Binary 1110110 1 1111001 10 1100011 0 110101 100101010 1100010 11000

Color Harmonies of #760179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760179

Black with #760179

Text Example


Text Example

White with #760179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760179; }

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

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

background-color css

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

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

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

border-color css

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

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

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