#78136B

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

Shades of Dark Purple #78136B

Tints of Dark Purple #78136B

Color information

#78136B (or 0x78136B) is unknown color: approx Dark Purple. HEX triplet: 78, 13 and 6B. RGB value is (120,19,107). Sum of RGB (Red+Green+Blue) = 120+19+107=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78136B is #87EC94. Grayscale: #3A3A3A. Windows color (decimal): -8907925 or 7017336. OLE color: 7017336.

HSL color Cylindrical-coordinate representation of color #78136B: hue angle of 307.72º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78136B is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12019107-
CMYK00.840.110.53
HSL307.72º72.66%27.25%-
HSV(B)307.72º84.17%47.06%-
XYZ10.635.5214.42-
YUV59.23154.96171.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=48.78%
G=7.72%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201910700.840.110.53307.7272.6627.25
Hex78136B054B35134491b
Octal170231530124136546411133
Binary1111000100111101011010101001011110101100110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78136B; }

 p { color: rgb(120,19,107); }

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

<style>
 a { background-color: #78136B; }

 a { background-color: rgb(120,19,107); }

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

<style>
 span { border-color: #78136B; }

 span { border-color: rgb(120,19,107); }

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