#780C4B

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

Shades of Tyrian Purple #780C4B

Tints of Tyrian Purple #780C4B

Color information

#780C4B (or 0x780C4B) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0C and 4B. RGB value is (120,12,75). Sum of RGB (Red+Green+Blue) = 120+12+75=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #780C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C4B is #87F3B4. Grayscale: #333333. Windows color (decimal): -8909749 or 4918392. OLE color: 4918392.

HSL color Cylindrical-coordinate representation of color #780C4B: hue angle of 325º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C4B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1201275-
CMYK00.900.370.53
HSL325º81.82%25.88%-
HSV(B)325º90%47.06%-
XYZ9.154.767.09-
YUV51.47141.28176.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.97%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=57.97%
G=5.80%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120127500.900.370.5332581.8225.88
Hex78C4B05A2535145521a
Octal170141130132456550512232
Binary11110001100100101101011010100101110101101000101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C4B; }

 p { color: rgb(120,12,75); }

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

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

 a { background-color: rgb(120,12,75); }

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

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

 span { border-color: rgb(120,12,75); }

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