#7C0B40

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

Shades of Tyrian Purple #7C0B40

Tints of Tyrian Purple #7C0B40

Color information

#7C0B40 (or 0x7C0B40) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 0B and 40. RGB value is (124,11,64). Sum of RGB (Red+Green+Blue) = 124+11+64=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B40 is #83F4BF. Grayscale: #323232. Windows color (decimal): -8647872 or 4197244. OLE color: 4197244.

HSL color Cylindrical-coordinate representation of color #7C0B40: hue angle of 331.86º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0B40 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1241164-
CMYK00.910.480.51
HSL331.86º83.7%26.47%-
HSV(B)331.86º91.13%48.63%-
XYZ9.364.895.3-
YUV50.83135.44180.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.31%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=62.31%
G=5.53%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124116400.910.480.51331.8683.726.47
Hex7CB4005B303314c541a
Octal174131000133606351412432
Binary11111001011100000001011011110000110011101001100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,11,64); }

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

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

 a { background-color: rgb(124,11,64); }

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

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

 span { border-color: rgb(124,11,64); }

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