#78237E

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

Shades of Dark Purple #78237E

Tints of Dark Purple #78237E

Color information

#78237E (or 0x78237E) is unknown color: approx Dark Purple. HEX triplet: 78, 23 and 7E. RGB value is (120,35,126). Sum of RGB (Red+Green+Blue) = 120+35+126=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #78237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78237E is #87DC81. Grayscale: #464646. Windows color (decimal): -8903810 or 8266616. OLE color: 8266616.

HSL color Cylindrical-coordinate representation of color #78237E: hue angle of 296.04º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78237E is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12035126-
CMYK0.050.7200.51
HSL296.04º56.52%31.57%-
HSV(B)296.04º72.22%49.41%-
XYZ12.116.720.39-
YUV70.79159.16163.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=42.70%
G=12.46%
B=44.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120351260.050.7200.51296.0456.5231.57
Hex78237E5480331283920
Octal1704317651100634507140
Binary1111000100011111111010110010000110011100101000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78237E; }

 p { color: rgb(120,35,126); }

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

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

 a { background-color: rgb(120,35,126); }

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

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

 span { border-color: rgb(120,35,126); }

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