#720B35

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

Shades of Tyrian Purple #720B35

Tints of Tyrian Purple #720B35

Color information

#720B35 (or 0x720B35) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0B and 35. RGB value is (114,11,53). Sum of RGB (Red+Green+Blue) = 114+11+53=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #720B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B35 is #8DF4CA. Grayscale: #2E2E2E. Windows color (decimal): -9303243 or 3476338. OLE color: 3476338.

HSL color Cylindrical-coordinate representation of color #720B35: hue angle of 335.53º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B35 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1141153-
CMYK00.900.540.55
HSL335.53º82.4%24.51%-
HSV(B)335.53º90.35%44.71%-
XYZ7.74.073.75-
YUV46.58131.62176.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=64.04%
G=6.18%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115300.900.540.55335.5382.424.51
Hex72B3505A36371505219
Octal16213650132666752012231
Binary1110010101111010101011010110110110111101010000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720B35; }

 p { color: rgb(114,11,53); }

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

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

 a { background-color: rgb(114,11,53); }

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

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

 span { border-color: rgb(114,11,53); }

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