Html Css Color HEX #761774 Dark Purple

📋 copy color: '#761774'

red 118 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #761774

Tints of Dark Purple #761774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 45.91%
G = 8.95%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#761774 (or 0x761774) is known color: Dark Purple. HEX triplet: 76, 17 and 74. RGB value is (118,23,116). Sum of RGB (Red+Green+Blue) = 118+23+116=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #761774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761774 is #89E88B. Grayscale: #3D3D3D. Windows color (decimal): -9037964 or 7608182. OLE color: 7608182.

HSL color Cylindrical-coordinate representation of color #761774: hue angle of 301.26º 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 #761774 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 116 -
CMYK 0 0.81 0.02 0.54
HSL 301.26º 0.67% 0.28% -
HSV(B) 301.26º 0.81% 0.46% -
XYZ 10.93 5.73 17.05 -
YUV 62.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 118 23 116 0 0.81 0.02 0.54 301.26 0.67 0.28
Hex 76 17 74 0 51 2 36 12D 43 1C
Octal 166 27 164 0 121 2 66 455 103 34
Binary 1110110 10111 1110100 0 1010001 10 110110 100101101 1000011 11100

Color Harmonies of #761774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761774

Black with #761774

Text Example


Text Example

White with #761774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761774; }

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

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

background-color css

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

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

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

border-color css

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

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

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