Html Css Color HEX #761479 Purple

📋 copy color: '#761479'

red 118 ◦ green 20 ◦ blue 121

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

Shades of Purple #761479

Tints of Purple #761479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 45.56%
G = 7.72%
B = 46.72%

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

#761479 (or 0x761479) is known color: Purple. HEX triplet: 76, 14 and 79. RGB value is (118,20,121). Sum of RGB (Red+Green+Blue) = 118+20+121=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #761479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761479 is #89EB86. Grayscale: #3C3C3C. Windows color (decimal): -9038727 or 7935094. OLE color: 7935094.

HSL color Cylindrical-coordinate representation of color #761479: hue angle of 298.22º degrees, saturation: 0.72, 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 #761479 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 20 121 -
CMYK 0.02 0.83 0 0.53
HSL 298.22º 0.72% 0.28% -
HSV(B) 298.22º 0.83% 0.47% -
XYZ 11.17 5.73 18.61 -
YUV 60.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 118 20 121 0.02 0.83 0 0.53 298.22 0.72 0.28
Hex 76 14 79 2 53 0 35 12A 48 1C
Octal 166 24 171 2 123 0 65 452 110 34
Binary 1110110 10100 1111001 10 1010011 0 110101 100101010 1001000 11100

Color Harmonies of #761479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761479

Black with #761479

Text Example


Text Example

White with #761479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761479; }

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

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

background-color css

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

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

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

border-color css

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

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

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