Html Css Color HEX #72093A Tyrian Purple

📋 copy color: '#72093A'

red 114 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #72093A

Tints of Tyrian Purple #72093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 62.98%
G = 4.97%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72093A (or 0x72093A) is known color: Tyrian Purple. HEX triplet: 72, 09 and 3A. RGB value is (114,9,58). Sum of RGB (Red+Green+Blue) = 114+9+58=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72093A is #8DF6C5. Grayscale: #2D2D2D. Windows color (decimal): -9303750 or 3803506. OLE color: 3803506.

HSL color Cylindrical-coordinate representation of color #72093A: hue angle of 332º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72093A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 58 -
CMYK 0 0.92 0.49 0.55
HSL 332º 0.85% 0.24% -
HSV(B) 332º 0.92% 0.45% -
XYZ 7.8 4.08 4.38 -
YUV 45.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 114 9 58 0 0.92 0.49 0.55 332 0.85 0.24
Hex 72 9 3A 0 5C 31 37 14C 55 18
Octal 162 11 72 0 134 61 67 514 125 30
Binary 1110010 1001 111010 0 1011100 110001 110111 101001100 1010101 11000

Color Harmonies of #72093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72093A

Black with #72093A

Text Example


Text Example

White with #72093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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