Html Css Color HEX #761880 Purple

📋 copy color: '#761880'

red 118 ◦ green 24 ◦ blue 128

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

Shades of Purple #761880

Tints of Purple #761880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 43.7%
G = 8.89%
B = 47.41%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#761880 (or 0x761880) is known color: Purple. HEX triplet: 76, 18 and 80. RGB value is (118,24,128). Sum of RGB (Red+Green+Blue) = 118+24+128=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #761880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761880 is #89E77F. Grayscale: #3F3F3F. Windows color (decimal): -9037696 or 8394870. OLE color: 8394870.

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

Color convert

RGB 118 24 128 -
CMYK 0.08 0.81 0 0.50
HSL 294.23º 0.68% 0.3% -
HSV(B) 294.23º 0.81% 0.5% -
XYZ 11.69 6.06 20.98 -
YUV 63.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 118 24 128 0.08 0.81 0 0.50 294.23 0.68 0.3
Hex 76 18 80 8 51 0 32 126 44 1E
Octal 166 30 200 10 121 0 62 446 104 36
Binary 1110110 11000 10000000 1000 1010001 0 110010 100100110 1000100 11110

Color Harmonies of #761880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761880

Black with #761880

Text Example


Text Example

White with #761880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761880; }

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

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

background-color css

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

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

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

border-color css

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

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

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