#782A71

Color #782A71 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #782A71

Tints of Dark Purple #782A71

Color information

#782A71 (or 0x782A71) is unknown color: approx Dark Purple. HEX triplet: 78, 2A and 71. RGB value is (120,42,113). Sum of RGB (Red+Green+Blue) = 120+42+113=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #782A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A71 is #87D58E. Grayscale: #494949. Windows color (decimal): -8902031 or 7416440. OLE color: 7416440.

HSL color Cylindrical-coordinate representation of color #782A71: hue angle of 305.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A71 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12042113-
CMYK00.650.060.53
HSL305.38º48.15%31.76%-
HSV(B)305.38º65%47.06%-
XYZ11.556.8416.33-
YUV73.42150.34161.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=43.64%
G=15.27%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204211300.650.060.53305.3848.1531.76
Hex782A710416351313020
Octal1705216101016654616040
Binary1111000101010111000101000001110110101100110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A71; }

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

 H1.HeaderClassName
 {
   color: #782A71;
 }
 .AnyTagClassName
 {
   color: #782A71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #782A71;
 }
 .BgClassName
 {
   background-color: #782A71;
 }
</style>
border-color css

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

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

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