#720030

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

Shades of Tyrian Purple #720030

Tints of Tyrian Purple #720030

Color information

#720030 (or 0x720030) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 30. RGB value is (114,0,48). Sum of RGB (Red+Green+Blue) = 114+0+48=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720030 is #8DFFCF. Grayscale: #272727. Windows color (decimal): -9306064 or 3145842. OLE color: 3145842.

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

Color convert

RGB114048-
CMYK010.580.55
HSL334.74º100%22.35%-
HSV(B)334.74º100%44.71%-
XYZ7.473.793.13-
YUV39.56132.77181.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=70.37%
G=0%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114048010.580.55334.7410022.35
Hex720300643A3714f6416
Octal1620600144726751714426
Binary1110010011000001100100111010110111101001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720030; }

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

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

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

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

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

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

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

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