Html Css Color HEX #720535 Tyrian Purple

📋 copy color: '#720535'

red 114 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #720535

Tints of Tyrian Purple #720535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 66.28%
G = 2.91%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#720535 (or 0x720535) is known color: Tyrian Purple. HEX triplet: 72, 05 and 35. RGB value is (114,5,53). Sum of RGB (Red+Green+Blue) = 114+5+53=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #720535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720535 is #8DFACA. Grayscale: #2A2A2A. Windows color (decimal): -9304779 or 3474802. OLE color: 3474802.

HSL color Cylindrical-coordinate representation of color #720535: hue angle of 333.58º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720535 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 53 -
CMYK 0 0.96 0.54 0.55
HSL 333.58º 0.92% 0.23% -
HSV(B) 333.58º 0.96% 0.45% -
XYZ 7.64 3.94 3.73 -
YUV 43.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 114 5 53 0 0.96 0.54 0.55 333.58 0.92 0.23
Hex 72 5 35 0 60 36 37 14E 5C 17
Octal 162 5 65 0 140 66 67 516 134 27
Binary 1110010 101 110101 0 1100000 110110 110111 101001110 1011100 10111

Color Harmonies of #720535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720535

Black with #720535

Text Example


Text Example

White with #720535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720535; }

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

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

background-color css

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

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

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

border-color css

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

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

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