#782770

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

Shades of Dark Purple #782770

Tints of Dark Purple #782770

Color information

#782770 (or 0x782770) is unknown color: approx Dark Purple. HEX triplet: 78, 27 and 70. RGB value is (120,39,112). Sum of RGB (Red+Green+Blue) = 120+39+112=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #782770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782770 is #87D88F. Grayscale: #474747. Windows color (decimal): -8902800 or 7350136. OLE color: 7350136.

HSL color Cylindrical-coordinate representation of color #782770: hue angle of 305.93º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782770 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12039112-
CMYK00.670.070.53
HSL305.93º50.94%31.18%-
HSV(B)305.93º67.5%47.06%-
XYZ11.46.6116.01-
YUV71.54150.84162.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=44.28%
G=14.39%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203911200.670.070.53305.9350.9431.18
Hex782770043735132331f
Octal1704716001037654626337
Binary111100010011111100000100001111111010110011001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782770; }

 p { color: rgb(120,39,112); }

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

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

 a { background-color: rgb(120,39,112); }

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

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

 span { border-color: rgb(120,39,112); }

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