#782570

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

Shades of Dark Purple #782570

Tints of Dark Purple #782570

Color information

#782570 (or 0x782570) is unknown color: approx Dark Purple. HEX triplet: 78, 25 and 70. RGB value is (120,37,112). Sum of RGB (Red+Green+Blue) = 120+37+112=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #782570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782570 is #87DA8F. Grayscale: #464646. Windows color (decimal): -8903312 or 7349624. OLE color: 7349624.

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

Color convert

RGB12037112-
CMYK00.690.070.53
HSL305.78º52.87%30.78%-
HSV(B)305.78º69.17%47.06%-
XYZ11.336.4915.98-
YUV70.37151.5163.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=44.61%
G=13.75%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203711200.690.070.53305.7852.8730.78
Hex782570045735132351f
Octal1704516001057654626537
Binary111100010010111100000100010111111010110011001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782570; }

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

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

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

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

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

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

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

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