#78036D

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

Shades of Purple #78036D

Tints of Purple #78036D

Color information

#78036D (or 0x78036D) is unknown color: approx Purple. HEX triplet: 78, 03 and 6D. RGB value is (120,3,109). Sum of RGB (Red+Green+Blue) = 120+3+109=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78036D is #87FC92. Grayscale: #313131. Windows color (decimal): -8912019 or 7144312. OLE color: 7144312.

HSL color Cylindrical-coordinate representation of color #78036D: hue angle of 305.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78036D is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB1203109-
CMYK00.980.090.53
HSL305.64º95.12%24.12%-
HSV(B)305.64º97.5%47.06%-
XYZ10.545.1614.91-
YUV50.07161.26177.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=51.72%
G=1.29%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120310900.980.090.53305.6495.1224.12
Hex7836D0629351325f18
Octal17031550142116546213730
Binary1111000111101101011000101001110101100110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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