Html Css Color HEX #72003A Tyrian Purple

📋 copy color: '#72003A'

red 114 ◦ green 0 ◦ blue 58

#72003A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #72003A

Tints of Tyrian Purple #72003A

RGB

 RED value IS 114 (44.92% from 255) = 66.28%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 33.72%

R = 66.28%
G = 0%
B = 33.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72003A (or 0x72003A) is known color: Tyrian Purple. HEX triplet: 72, 00 and 3A. RGB value is (114,0,58). Sum of RGB (Red+Green+Blue) = 114+0+58=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #72003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72003A is #8DFFC5. Grayscale: #282828. Windows color (decimal): -9306054 or 3801202. OLE color: 3801202.

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

Color convert

RGB 114 0 58 -
CMYK 0 1 0.49 0.55
HSL 329.47º 1% 0.22% -
HSV(B) 329.47º 1% 0.45% -
XYZ 7.7 3.88 4.35 -
YUV 40.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 114 0 58 0 1 0.49 0.55 329.47 1 0.22
Hex 72 0 3A 0 64 31 37 149 64 16
Octal 162 0 72 0 144 61 67 511 144 26
Binary 1110010 0 111010 0 1100100 110001 110111 101001001 1100100 10110

Color Harmonies of #72003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72003A

Black with #72003A

Text Example


Text Example

White with #72003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72003A;
 }
 .AnyTagClassName
 {
   color: #72003A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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