#720838

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

Shades of Tyrian Purple #720838

Tints of Tyrian Purple #720838

Color information

#720838 (or 0x720838) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 38. RGB value is (114,8,56). Sum of RGB (Red+Green+Blue) = 114+8+56=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #720838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720838 is #8DF7C7. Grayscale: #2D2D2D. Windows color (decimal): -9304008 or 3672178. OLE color: 3672178.

HSL color Cylindrical-coordinate representation of color #720838: hue angle of 332.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720838 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB114856-
CMYK00.930.510.55
HSL332.83º86.89%23.92%-
HSV(B)332.83º92.98%44.71%-
XYZ7.744.044.11-
YUV45.17134.12177.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=64.04%
G=4.49%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11485600.930.510.55332.8386.8923.92
Hex7283805D333714d5718
Octal16210700135636751512730
Binary1110010100011100001011101110011110111101001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720838; }

 p { color: rgb(114,8,56); }

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

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

 a { background-color: rgb(114,8,56); }

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

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

 span { border-color: rgb(114,8,56); }

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