Html Css Color HEX #782973 Dark Purple

📋 copy color: '#782973'

red 120 ◦ green 41 ◦ blue 115

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

Shades of Dark Purple #782973

Tints of Dark Purple #782973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 43.48%
G = 14.86%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#782973 (or 0x782973) is known color: Dark Purple. HEX triplet: 78, 29 and 73. RGB value is (120,41,115). Sum of RGB (Red+Green+Blue) = 120+41+115=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #782973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782973 is #87D68C. Grayscale: #484848. Windows color (decimal): -8902285 or 7547256. OLE color: 7547256.

HSL color Cylindrical-coordinate representation of color #782973: hue angle of 303.8º 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 #782973 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 115 -
CMYK 0 0.66 0.04 0.53
HSL 303.8º 0.49% 0.32% -
HSV(B) 303.8º 0.66% 0.47% -
XYZ 11.63 6.82 16.92 -
YUV 73.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 120 41 115 0 0.66 0.04 0.53 303.8 0.49 0.32
Hex 78 29 73 0 42 4 35 130 31 20
Octal 170 51 163 0 102 4 65 460 61 40
Binary 1111000 101001 1110011 0 1000010 100 110101 100110000 110001 100000

Color Harmonies of #782973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782973

Black with #782973

Text Example


Text Example

White with #782973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782973; }

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

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

background-color css

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

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

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

border-color css

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

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

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