#78127B

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

Shades of Purple #78127B

Tints of Purple #78127B

Color information

#78127B (or 0x78127B) is unknown color: approx Purple. HEX triplet: 78, 12 and 7B. RGB value is (120,18,123). Sum of RGB (Red+Green+Blue) = 120+18+123=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #78127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78127B is #87ED84. Grayscale: #3C3C3C. Windows color (decimal): -8908165 or 8065656. OLE color: 8065656.

HSL color Cylindrical-coordinate representation of color #78127B: hue angle of 298.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78127B is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12018123-
CMYK0.020.8500.52
HSL298.29º74.47%27.65%-
HSV(B)298.29º85.37%48.24%-
XYZ11.545.8619.26-
YUV60.47163.29170.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=45.98%
G=6.90%
B=47.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120181230.020.8500.52298.2974.4727.65
Hex78127B25503412a4a1c
Octal17022173212506445211234
Binary11110001001011110111010101010110100100101010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,18,123); }

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

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

 a { background-color: rgb(120,18,123); }

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

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

 span { border-color: rgb(120,18,123); }

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