#720430

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

Shades of Tyrian Purple #720430

Tints of Tyrian Purple #720430

Color information

#720430 (or 0x720430) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 30. RGB value is (114,4,48). Sum of RGB (Red+Green+Blue) = 114+4+48=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #720430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720430 is #8DFBCF. Grayscale: #292929. Windows color (decimal): -9305040 or 3146866. OLE color: 3146866.

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

Color convert

RGB114448-
CMYK00.960.580.55
HSL336º93.22%23.14%-
HSV(B)336º96.49%44.71%-
XYZ7.523.883.15-
YUV41.91131.44179.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.67%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=68.67%
G=2.41%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11444800.960.580.5533693.2223.14
Hex724300603A371505d17
Octal1624600140726752013527
Binary111001010011000001100000111010110111101010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720430; }

 p { color: rgb(114,4,48); }

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

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

 a { background-color: rgb(114,4,48); }

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

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

 span { border-color: rgb(114,4,48); }

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