#78247D

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

Shades of Dark Purple #78247D

Tints of Dark Purple #78247D

Color information

#78247D (or 0x78247D) is unknown color: approx Dark Purple. HEX triplet: 78, 24 and 7D. RGB value is (120,36,125). Sum of RGB (Red+Green+Blue) = 120+36+125=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #78247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78247D is #87DB82. Grayscale: #464646. Windows color (decimal): -8903555 or 8201336. OLE color: 8201336.

HSL color Cylindrical-coordinate representation of color #78247D: hue angle of 296.63º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78247D is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12036125-
CMYK0.040.7100.51
HSL296.63º55.28%31.57%-
HSV(B)296.63º71.2%49.02%-
XYZ12.086.7420.07-
YUV71.26158.33162.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 36 (14.45% from 255) = 12.81%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=42.70%
G=12.81%
B=44.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120361250.040.7100.51296.6355.2831.57
Hex78247D4470331293720
Octal1704417541070634516740
Binary1111000100100111110110010001110110011100101001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78247D; }

 p { color: rgb(120,36,125); }

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

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

 a { background-color: rgb(120,36,125); }

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

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

 span { border-color: rgb(120,36,125); }

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