#78036B

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

Shades of Purple #78036B

Tints of Purple #78036B

Color information

#78036B (or 0x78036B) is unknown color: approx Purple. HEX triplet: 78, 03 and 6B. RGB value is (120,3,107). Sum of RGB (Red+Green+Blue) = 120+3+107=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78036B is #87FC94. Grayscale: #313131. Windows color (decimal): -8912021 or 7013240. OLE color: 7013240.

HSL color Cylindrical-coordinate representation of color #78036B: hue angle of 306.67º 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 #78036B is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB1203107-
CMYK00.980.110.53
HSL306.67º95.12%24.12%-
HSV(B)306.67º97.5%47.06%-
XYZ10.435.1214.35-
YUV49.84160.26178.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=52.17%
G=1.30%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120310700.980.110.53306.6795.1224.12
Hex7836B062B351335f18
Octal17031530142136546313730
Binary1111000111101011011000101011110101100110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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