Html Css Color HEX #761A75 Dark Purple

📋 copy color: '#761A75'

red 118 ◦ green 26 ◦ blue 117

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

Shades of Dark Purple #761A75

Tints of Dark Purple #761A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 45.21%
G = 9.96%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#761A75 (or 0x761A75) is known color: Dark Purple. HEX triplet: 76, 1A and 75. RGB value is (118,26,117). Sum of RGB (Red+Green+Blue) = 118+26+117=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #761A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A75 is #89E58A. Grayscale: #3F3F3F. Windows color (decimal): -9037195 or 7674486. OLE color: 7674486.

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

Color convert

RGB 118 26 117 -
CMYK 0 0.78 0.01 0.54
HSL 300.65º 0.64% 0.28% -
HSV(B) 300.65º 0.78% 0.46% -
XYZ 11.05 5.87 17.38 -
YUV 63.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 118 26 117 0 0.78 0.01 0.54 300.65 0.64 0.28
Hex 76 1A 75 0 4E 1 36 12D 40 1C
Octal 166 32 165 0 116 1 66 455 100 34
Binary 1110110 11010 1110101 0 1001110 1 110110 100101101 1000000 11100

Color Harmonies of #761A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A75

Black with #761A75

Text Example


Text Example

White with #761A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A75; }

 p { color: rgb(118,26,117); }

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

background-color css

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

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

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

border-color css

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

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

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