Html Css Color HEX #761978 Dark Purple

📋 copy color: '#761978'

red 118 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #761978

Tints of Dark Purple #761978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.63%

R = 44.87%
G = 9.51%
B = 45.63%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#761978 (or 0x761978) is known color: Dark Purple. HEX triplet: 76, 19 and 78. RGB value is (118,25,120). Sum of RGB (Red+Green+Blue) = 118+25+120=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #761978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761978 is #89E687. Grayscale: #3F3F3F. Windows color (decimal): -9037448 or 7870838. OLE color: 7870838.

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

Color convert

RGB 118 25 120 -
CMYK 0.02 0.79 0 0.53
HSL 298.74º 0.66% 0.28% -
HSV(B) 298.74º 0.79% 0.47% -
XYZ 11.21 5.9 18.32 -
YUV 63.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 118 25 120 0.02 0.79 0 0.53 298.74 0.66 0.28
Hex 76 19 78 2 4F 0 35 12B 42 1C
Octal 166 31 170 2 117 0 65 453 102 34
Binary 1110110 11001 1111000 10 1001111 0 110101 100101011 1000010 11100

Color Harmonies of #761978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761978

Black with #761978

Text Example


Text Example

White with #761978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761978; }

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

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

background-color css

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

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

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

border-color css

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

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

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