Html Css Color HEX #720935 Tyrian Purple

📋 copy color: '#720935'

red 114 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #720935

Tints of Tyrian Purple #720935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 64.77%
G = 5.11%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#720935 (or 0x720935) is known color: Tyrian Purple. HEX triplet: 72, 09 and 35. RGB value is (114,9,53). Sum of RGB (Red+Green+Blue) = 114+9+53=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #720935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720935 is #8DF6CA. Grayscale: #2D2D2D. Windows color (decimal): -9303755 or 3475826. OLE color: 3475826.

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

Color convert

RGB 114 9 53 -
CMYK 0 0.92 0.54 0.55
HSL 334.86º 0.85% 0.24% -
HSV(B) 334.86º 0.92% 0.45% -
XYZ 7.68 4.03 3.74 -
YUV 45.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 114 9 53 0 0.92 0.54 0.55 334.86 0.85 0.24
Hex 72 9 35 0 5C 36 37 14F 55 18
Octal 162 11 65 0 134 66 67 517 125 30
Binary 1110010 1001 110101 0 1011100 110110 110111 101001111 1010101 11000

Color Harmonies of #720935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720935

Black with #720935

Text Example


Text Example

White with #720935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720935; }

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

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

background-color css

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

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

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

border-color css

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

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

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