#72003D

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

Shades of Tyrian Purple #72003D

Tints of Tyrian Purple #72003D

Color information

#72003D (or 0x72003D) is unknown color: approx Tyrian Purple. HEX triplet: 72, 00 and 3D. RGB value is (114,0,61). Sum of RGB (Red+Green+Blue) = 114+0+61=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #72003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003D is #8DFFC2. Grayscale: #282828. Windows color (decimal): -9306051 or 3997810. OLE color: 3997810.

HSL color Cylindrical-coordinate representation of color #72003D: hue angle of 327.89º 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 #72003D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB114061-
CMYK010.460.55
HSL327.89º100%22.35%-
HSV(B)327.89º100%44.71%-
XYZ7.783.914.76-
YUV41.04139.27180.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=65.14%
G=0%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114061010.460.55327.8910022.35
Hex7203D0642E371486416
Octal1620750144566751014426
Binary1110010011110101100100101110110111101001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72003D; }

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

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

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

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

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

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

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

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