Html Css Color HEX #761780 Purple

📋 copy color: '#761780'

red 118 ◦ green 23 ◦ blue 128

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

Shades of Purple #761780

Tints of Purple #761780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 43.87%
G = 8.55%
B = 47.58%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#761780 (or 0x761780) is known color: Purple. HEX triplet: 76, 17 and 80. RGB value is (118,23,128). Sum of RGB (Red+Green+Blue) = 118+23+128=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #761780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761780 is #89E87F. Grayscale: #3F3F3F. Windows color (decimal): -9037952 or 8394614. OLE color: 8394614.

HSL color Cylindrical-coordinate representation of color #761780: hue angle of 294.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761780 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 23 128 -
CMYK 0.08 0.82 0 0.50
HSL 294.29º 0.7% 0.3% -
HSV(B) 294.29º 0.82% 0.5% -
XYZ 11.67 6.02 20.97 -
YUV 63.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 118 23 128 0.08 0.82 0 0.50 294.29 0.7 0.3
Hex 76 17 80 8 52 0 32 126 46 1E
Octal 166 27 200 10 122 0 62 446 106 36
Binary 1110110 10111 10000000 1000 1010010 0 110010 100100110 1000110 11110

Color Harmonies of #761780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761780

Black with #761780

Text Example


Text Example

White with #761780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761780; }

 p { color: rgb(118,23,128); }

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

background-color css

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

 a { background-color: rgb(118,23,128); }

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

border-color css

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

 span { border-color: rgb(118,23,128); }

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