Html Css Color HEX #761776 Dark Purple

📋 copy color: '#761776'

red 118 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #761776

Tints of Dark Purple #761776

RGB

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

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

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

R = 45.56%
G = 8.88%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#761776 (or 0x761776) is known color: Dark Purple. HEX triplet: 76, 17 and 76. RGB value is (118,23,118). Sum of RGB (Red+Green+Blue) = 118+23+118=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #761776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761776 is #89E889. Grayscale: #3D3D3D. Windows color (decimal): -9037962 or 7739254. OLE color: 7739254.

HSL color Cylindrical-coordinate representation of color #761776: hue angle of 300º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761776 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 118 -
CMYK 0 0.81 0 0.54
HSL 300º 0.67% 0.28% -
HSV(B) 300º 0.81% 0.46% -
XYZ 11.05 5.77 17.67 -
YUV 62.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 118 23 118 0 0.81 0 0.54 300 0.67 0.28
Hex 76 17 76 0 51 0 36 12C 43 1C
Octal 166 27 166 0 121 0 66 454 103 34
Binary 1110110 10111 1110110 0 1010001 0 110110 100101100 1000011 11100

Color Harmonies of #761776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761776

Black with #761776

Text Example


Text Example

White with #761776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761776; }

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

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

background-color css

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

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

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

border-color css

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

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

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