#7B004C

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

Shades of Tyrian Purple #7B004C

Tints of Tyrian Purple #7B004C

Color information

#7B004C (or 0x7B004C) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 00 and 4C. RGB value is (123,0,76). Sum of RGB (Red+Green+Blue) = 123+0+76=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B004C is #84FFB3. Grayscale: #2D2D2D. Windows color (decimal): -8716212 or 4980859. OLE color: 4980859.

HSL color Cylindrical-coordinate representation of color #7B004C: hue angle of 322.93º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B004C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB123076-
CMYK010.380.52
HSL322.93º100%24.12%-
HSV(B)322.93º100%48.24%-
XYZ9.474.737.25-
YUV45.44145.25183.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=61.81%
G=0%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123076010.380.52322.9310024.12
Hex7B04C06426341436418
Octal17301140144466450314430
Binary11110110100110001100100100110110100101000011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B004C; }

 p { color: rgb(123,0,76); }

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

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

 a { background-color: rgb(123,0,76); }

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

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

 span { border-color: rgb(123,0,76); }

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