Html Css Color HEX #761579 Purple

📋 copy color: '#761579'

red 118 ◦ green 21 ◦ blue 121

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

Shades of Purple #761579

Tints of Purple #761579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 45.38%
G = 8.08%
B = 46.54%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761579 (or 0x761579) is known color: Purple. HEX triplet: 76, 15 and 79. RGB value is (118,21,121). Sum of RGB (Red+Green+Blue) = 118+21+121=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #761579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761579 is #89EA86. Grayscale: #3D3D3D. Windows color (decimal): -9038471 or 7935350. OLE color: 7935350.

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

Color convert

RGB 118 21 121 -
CMYK 0.02 0.83 0 0.53
HSL 298.2º 0.7% 0.28% -
HSV(B) 298.2º 0.83% 0.47% -
XYZ 11.19 5.77 18.61 -
YUV 61.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 118 21 121 0.02 0.83 0 0.53 298.2 0.7 0.28
Hex 76 15 79 2 53 0 35 12A 46 1C
Octal 166 25 171 2 123 0 65 452 106 34
Binary 1110110 10101 1111001 10 1010011 0 110101 100101010 1000110 11100

Color Harmonies of #761579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761579

Black with #761579

Text Example


Text Example

White with #761579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761579; }

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

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

background-color css

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

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

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

border-color css

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

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

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