Html Css Color HEX #720542 Tyrian Purple

📋 copy color: '#720542'

red 114 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #720542

Tints of Tyrian Purple #720542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 61.62%
G = 2.7%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#720542 (or 0x720542) is known color: Tyrian Purple. HEX triplet: 72, 05 and 42. RGB value is (114,5,66). Sum of RGB (Red+Green+Blue) = 114+5+66=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #720542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720542 is #8DFABD. Grayscale: #2C2C2C. Windows color (decimal): -9304766 or 4326770. OLE color: 4326770.

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

Color convert

RGB 114 5 66 -
CMYK 0 0.96 0.42 0.55
HSL 326.42º 0.92% 0.23% -
HSV(B) 326.42º 0.96% 0.45% -
XYZ 7.98 4.08 5.52 -
YUV 44.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 114 5 66 0 0.96 0.42 0.55 326.42 0.92 0.23
Hex 72 5 42 0 60 2A 37 146 5C 17
Octal 162 5 102 0 140 52 67 506 134 27
Binary 1110010 101 1000010 0 1100000 101010 110111 101000110 1011100 10111

Color Harmonies of #720542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720542

Black with #720542

Text Example


Text Example

White with #720542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720542; }

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

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

background-color css

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

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

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

border-color css

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

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

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