Html Css Color HEX #720142 Tyrian Purple

📋 copy color: '#720142'

red 114 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #720142

Tints of Tyrian Purple #720142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 62.98%
G = 0.55%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#720142 (or 0x720142) is known color: Tyrian Purple. HEX triplet: 72, 01 and 42. RGB value is (114,1,66). Sum of RGB (Red+Green+Blue) = 114+1+66=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #720142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720142 is #8DFEBD. Grayscale: #2A2A2A. Windows color (decimal): -9305790 or 4325746. OLE color: 4325746.

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

Color convert

RGB 114 1 66 -
CMYK 0 0.99 0.42 0.55
HSL 325.49º 0.98% 0.23% -
HSV(B) 325.49º 0.99% 0.45% -
XYZ 7.93 3.99 5.51 -
YUV 42.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 114 1 66 0 0.99 0.42 0.55 325.49 0.98 0.23
Hex 72 1 42 0 63 2A 37 145 62 17
Octal 162 1 102 0 143 52 67 505 142 27
Binary 1110010 1 1000010 0 1100011 101010 110111 101000101 1100010 10111

Color Harmonies of #720142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720142

Black with #720142

Text Example


Text Example

White with #720142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720142; }

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

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

background-color css

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

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

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

border-color css

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

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

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