#78027D

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

Shades of Purple #78027D

Tints of Purple #78027D

Color information

#78027D (or 0x78027D) is unknown color: approx Purple. HEX triplet: 78, 02 and 7D. RGB value is (120,2,125). Sum of RGB (Red+Green+Blue) = 120+2+125=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #78027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78027D is #87FD82. Grayscale: #323232. Windows color (decimal): -8912259 or 8192632. OLE color: 8192632.

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

Color convert

RGB1202125-
CMYK0.040.9800.51
HSL297.56º96.85%24.9%-
HSV(B)297.56º98.4%49.02%-
XYZ11.475.5219.86-
YUV51.3169.59177-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=48.58%
G=0.81%
B=50.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12021250.040.9800.51297.5696.8524.9
Hex7827D46203312a6119
Octal1702175414206345214131
Binary111100010111110110011000100110011100101010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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