Html Css Color HEX #761974 Dark Purple

📋 copy color: '#761974'

red 118 ◦ green 25 ◦ blue 116

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

Shades of Dark Purple #761974

Tints of Dark Purple #761974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

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

R = 45.56%
G = 9.65%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#761974 (or 0x761974) is known color: Dark Purple. HEX triplet: 76, 19 and 74. RGB value is (118,25,116). Sum of RGB (Red+Green+Blue) = 118+25+116=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #761974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761974 is #89E68B. Grayscale: #3E3E3E. Windows color (decimal): -9037452 or 7608694. OLE color: 7608694.

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

Color convert

RGB 118 25 116 -
CMYK 0 0.79 0.02 0.54
HSL 301.29º 0.65% 0.28% -
HSV(B) 301.29º 0.79% 0.46% -
XYZ 10.97 5.81 17.07 -
YUV 63.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 118 25 116 0 0.79 0.02 0.54 301.29 0.65 0.28
Hex 76 19 74 0 4F 2 36 12D 41 1C
Octal 166 31 164 0 117 2 66 455 101 34
Binary 1110110 11001 1110100 0 1001111 10 110110 100101101 1000001 11100

Color Harmonies of #761974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761974

Black with #761974

Text Example


Text Example

White with #761974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761974; }

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

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

background-color css

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

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

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

border-color css

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

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

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