Html Css Color HEX #720735 Tyrian Purple

📋 copy color: '#720735'

red 114 ◦ green 7 ◦ blue 53

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

Shades of Tyrian Purple #720735

Tints of Tyrian Purple #720735

RGB

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

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

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

R = 65.52%
G = 4.02%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#720735 (or 0x720735) is known color: Tyrian Purple. HEX triplet: 72, 07 and 35. RGB value is (114,7,53). Sum of RGB (Red+Green+Blue) = 114+7+53=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720735 is #8DF8CA. Grayscale: #2C2C2C. Windows color (decimal): -9304267 or 3475314. OLE color: 3475314.

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

Color convert

RGB 114 7 53 -
CMYK 0 0.94 0.54 0.55
HSL 334.21º 0.88% 0.24% -
HSV(B) 334.21º 0.94% 0.45% -
XYZ 7.66 3.99 3.73 -
YUV 44.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 114 7 53 0 0.94 0.54 0.55 334.21 0.88 0.24
Hex 72 7 35 0 5E 36 37 14E 58 18
Octal 162 7 65 0 136 66 67 516 130 30
Binary 1110010 111 110101 0 1011110 110110 110111 101001110 1011000 11000

Color Harmonies of #720735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720735

Black with #720735

Text Example


Text Example

White with #720735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720735; }

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

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

background-color css

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

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

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

border-color css

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

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

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