#78038D

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

Shades of Purple #78038D

Tints of Purple #78038D

Color information

#78038D (or 0x78038D) is unknown color: approx Purple. HEX triplet: 78, 03 and 8D. RGB value is (120,3,141). Sum of RGB (Red+Green+Blue) = 120+3+141=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #78038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78038D is #87FC72. Grayscale: #353535. Windows color (decimal): -8911987 or 9241464. OLE color: 9241464.

HSL color Cylindrical-coordinate representation of color #78038D: hue angle of 290.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78038D is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1203141-
CMYK0.150.9800.45
HSL290.87º95.83%28.24%-
HSV(B)290.87º97.87%55.29%-
XYZ12.595.9825.69-
YUV53.72177.26175.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=45.45%
G=1.14%
B=53.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12031410.150.9800.45290.8795.8328.24
Hex7838DF6202D123601c
Octal17032151714205544314034
Binary11110001110001101111111000100101101100100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,3,141); }

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

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

 a { background-color: rgb(120,3,141); }

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

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

 span { border-color: rgb(120,3,141); }

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