#78257B

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

Shades of Dark Purple #78257B

Tints of Dark Purple #78257B

Color information

#78257B (or 0x78257B) is unknown color: approx Dark Purple. HEX triplet: 78, 25 and 7B. RGB value is (120,37,123). Sum of RGB (Red+Green+Blue) = 120+37+123=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #78257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78257B is #87DA84. Grayscale: #474747. Windows color (decimal): -8903301 or 8070520. OLE color: 8070520.

HSL color Cylindrical-coordinate representation of color #78257B: hue angle of 297.91º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78257B is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12037123-
CMYK0.020.7000.52
HSL297.91º53.75%31.37%-
HSV(B)297.91º69.92%48.24%-
XYZ11.986.7519.41-
YUV71.62157162.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 13.21%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=42.86%
G=13.21%
B=43.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120371230.020.7000.52297.9153.7531.37
Hex78257B24603412a361f
Octal1704517321060644526637
Binary11110001001011111011101000110011010010010101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78257B; }

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

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

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

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

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

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

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

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