#720954

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

Shades of Tyrian Purple #720954

Tints of Tyrian Purple #720954

Color information

#720954 (or 0x720954) is unknown color: approx Tyrian Purple. HEX triplet: 72, 09 and 54. RGB value is (114,9,84). Sum of RGB (Red+Green+Blue) = 114+9+84=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720954 is #8DF6AB. Grayscale: #303030. Windows color (decimal): -9303724 or 5507442. OLE color: 5507442.

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

Color convert

RGB114984-
CMYK00.920.260.55
HSL317.14º85.37%24.12%-
HSV(B)317.14º92.11%44.71%-
XYZ8.644.418.78-
YUV48.94147.79174.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=55.07%
G=4.35%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11498400.920.260.55317.1485.3724.12
Hex7295405C1A3713d5518
Octal162111240134326747512530
Binary1110010100110101000101110011010110111100111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720954; }

 p { color: rgb(114,9,84); }

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

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

 a { background-color: rgb(114,9,84); }

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

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

 span { border-color: rgb(114,9,84); }

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