Html Css Color HEX #761C7D Dark Purple

📋 copy color: '#761C7D'

red 118 ◦ green 28 ◦ blue 125

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

Shades of Dark Purple #761C7D

Tints of Dark Purple #761C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 43.54%
G = 10.33%
B = 46.13%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#761C7D (or 0x761C7D) is known color: Dark Purple. HEX triplet: 76, 1C and 7D. RGB value is (118,28,125). Sum of RGB (Red+Green+Blue) = 118+28+125=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #761C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C7D is #89E382. Grayscale: #414141. Windows color (decimal): -9036675 or 8199286. OLE color: 8199286.

HSL color Cylindrical-coordinate representation of color #761C7D: hue angle of 295.67º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761C7D is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 28 125 -
CMYK 0.06 0.78 0 0.51
HSL 295.67º 0.63% 0.3% -
HSV(B) 295.67º 0.78% 0.49% -
XYZ 11.59 6.16 19.98 -
YUV 65.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 118 28 125 0.06 0.78 0 0.51 295.67 0.63 0.3
Hex 76 1C 7D 6 4E 0 33 128 3F 1E
Octal 166 34 175 6 116 0 63 450 77 36
Binary 1110110 11100 1111101 110 1001110 0 110011 100101000 111111 11110

Color Harmonies of #761C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C7D

Black with #761C7D

Text Example


Text Example

White with #761C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,28,125); }

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

background-color css

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

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

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

border-color css

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

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

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