Html Css Color HEX #782974 Dark Purple

📋 copy color: '#782974'

red 120 ◦ green 41 ◦ blue 116

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

Shades of Dark Purple #782974

Tints of Dark Purple #782974

RGB

 RED value IS 120 (47.27% from 255) = 43.32%

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 43.32%
G = 14.8%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#782974 (or 0x782974) is known color: Dark Purple. HEX triplet: 78, 29 and 74. RGB value is (120,41,116). Sum of RGB (Red+Green+Blue) = 120+41+116=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #782974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782974 is #87D68B. Grayscale: #484848. Windows color (decimal): -8902284 or 7612792. OLE color: 7612792.

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

Color convert

RGB 120 41 116 -
CMYK 0 0.66 0.03 0.53
HSL 303.04º 0.49% 0.32% -
HSV(B) 303.04º 0.66% 0.47% -
XYZ 11.69 6.84 17.23 -
YUV 73.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 120 41 116 0 0.66 0.03 0.53 303.04 0.49 0.32
Hex 78 29 74 0 42 3 35 12F 31 20
Octal 170 51 164 0 102 3 65 457 61 40
Binary 1111000 101001 1110100 0 1000010 11 110101 100101111 110001 100000

Color Harmonies of #782974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782974

Black with #782974

Text Example


Text Example

White with #782974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782974; }

 p { color: rgb(120,41,116); }

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

background-color css

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

 a { background-color: rgb(120,41,116); }

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

border-color css

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

 span { border-color: rgb(120,41,116); }

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