#780138

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

Shades of Tyrian Purple #780138

Tints of Tyrian Purple #780138

Color information

#780138 (or 0x780138) is unknown color: approx Tyrian Purple. HEX triplet: 78, 01 and 38. RGB value is (120,1,56). Sum of RGB (Red+Green+Blue) = 120+1+56=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780138 is #87FEC7. Grayscale: #2A2A2A. Windows color (decimal): -8912584 or 3670392. OLE color: 3670392.

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

Color convert

RGB120156-
CMYK00.990.530.53
HSL332.27º98.35%23.73%-
HSV(B)332.27º99.17%47.06%-
XYZ8.474.34.12-
YUV42.85135.42183.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=67.80%
G=0.56%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015600.990.530.53332.2798.3523.73
Hex78138063353514c6218
Octal1701700143656551414230
Binary1111000111100001100011110101110101101001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780138; }

 p { color: rgb(120,1,56); }

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

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

 a { background-color: rgb(120,1,56); }

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

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

 span { border-color: rgb(120,1,56); }

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