Html Css Color HEX #720933 Tyrian Purple

📋 copy color: '#720933'

red 114 ◦ green 9 ◦ blue 51

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

Shades of Tyrian Purple #720933

Tints of Tyrian Purple #720933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 65.52%
G = 5.17%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720933 (or 0x720933) is known color: Tyrian Purple. HEX triplet: 72, 09 and 33. RGB value is (114,9,51). Sum of RGB (Red+Green+Blue) = 114+9+51=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720933 is #8DF6CC. Grayscale: #2D2D2D. Windows color (decimal): -9303757 or 3344754. OLE color: 3344754.

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

Color convert

RGB 114 9 51 -
CMYK 0 0.92 0.55 0.55
HSL 336º 0.85% 0.24% -
HSV(B) 336º 0.92% 0.45% -
XYZ 7.63 4.01 3.5 -
YUV 45.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 114 9 51 0 0.92 0.55 0.55 336 0.85 0.24
Hex 72 9 33 0 5C 37 37 150 55 18
Octal 162 11 63 0 134 67 67 520 125 30
Binary 1110010 1001 110011 0 1011100 110111 110111 101010000 1010101 11000

Color Harmonies of #720933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720933

Black with #720933

Text Example


Text Example

White with #720933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720933; }

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

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

background-color css

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

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

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

border-color css

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

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

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