Html Css Color HEX #720733 Tyrian Purple

📋 copy color: '#720733'

red 114 ◦ green 7 ◦ blue 51

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

Shades of Tyrian Purple #720733

Tints of Tyrian Purple #720733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

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

R = 66.28%
G = 4.07%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#720733 (or 0x720733) is known color: Tyrian Purple. HEX triplet: 72, 07 and 33. RGB value is (114,7,51). Sum of RGB (Red+Green+Blue) = 114+7+51=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720733 is #8DF8CC. Grayscale: #2B2B2B. Windows color (decimal): -9304269 or 3344242. OLE color: 3344242.

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

Color convert

RGB 114 7 51 -
CMYK 0 0.94 0.55 0.55
HSL 335.33º 0.88% 0.24% -
HSV(B) 335.33º 0.94% 0.45% -
XYZ 7.61 3.97 3.5 -
YUV 44.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 114 7 51 0 0.94 0.55 0.55 335.33 0.88 0.24
Hex 72 7 33 0 5E 37 37 14F 58 18
Octal 162 7 63 0 136 67 67 517 130 30
Binary 1110010 111 110011 0 1011110 110111 110111 101001111 1011000 11000

Color Harmonies of #720733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720733

Black with #720733

Text Example


Text Example

White with #720733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720733; }

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

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

background-color css

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

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

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

border-color css

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

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

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