Html Css Color HEX #782971 Dark Purple

📋 copy color: '#782971'

red 120 ◦ green 41 ◦ blue 113

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

Shades of Dark Purple #782971

Tints of Dark Purple #782971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 43.8%
G = 14.96%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#782971 (or 0x782971) is known color: Dark Purple. HEX triplet: 78, 29 and 71. RGB value is (120,41,113). Sum of RGB (Red+Green+Blue) = 120+41+113=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #782971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782971 is #87D68E. Grayscale: #484848. Windows color (decimal): -8902287 or 7416184. OLE color: 7416184.

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

Color convert

RGB 120 41 113 -
CMYK 0 0.66 0.06 0.53
HSL 305.32º 0.49% 0.32% -
HSV(B) 305.32º 0.66% 0.47% -
XYZ 11.52 6.77 16.32 -
YUV 72.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 120 41 113 0 0.66 0.06 0.53 305.32 0.49 0.32
Hex 78 29 71 0 42 6 35 131 31 20
Octal 170 51 161 0 102 6 65 461 61 40
Binary 1111000 101001 1110001 0 1000010 110 110101 100110001 110001 100000

Color Harmonies of #782971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782971

Black with #782971

Text Example


Text Example

White with #782971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782971; }

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

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

background-color css

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

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

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

border-color css

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

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

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