Html Css Color HEX #761874 Dark Purple

📋 copy color: '#761874'

red 118 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #761874

Tints of Dark Purple #761874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 45.74%
G = 9.3%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#761874 (or 0x761874) is known color: Dark Purple. HEX triplet: 76, 18 and 74. RGB value is (118,24,116). Sum of RGB (Red+Green+Blue) = 118+24+116=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #761874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761874 is #89E78B. Grayscale: #3E3E3E. Windows color (decimal): -9037708 or 7608438. OLE color: 7608438.

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

Color convert

RGB 118 24 116 -
CMYK 0 0.80 0.02 0.54
HSL 301.28º 0.66% 0.28% -
HSV(B) 301.28º 0.8% 0.46% -
XYZ 10.95 5.77 17.06 -
YUV 62.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 118 24 116 0 0.80 0.02 0.54 301.28 0.66 0.28
Hex 76 18 74 0 50 2 36 12D 42 1C
Octal 166 30 164 0 120 2 66 455 102 34
Binary 1110110 11000 1110100 0 1010000 10 110110 100101101 1000010 11100

Color Harmonies of #761874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761874

Black with #761874

Text Example


Text Example

White with #761874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761874; }

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

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

background-color css

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

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

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

border-color css

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

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

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