Html Css Color HEX #720242 Tyrian Purple

📋 copy color: '#720242'

red 114 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #720242

Tints of Tyrian Purple #720242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 62.64%
G = 1.1%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#720242 (or 0x720242) is known color: Tyrian Purple. HEX triplet: 72, 02 and 42. RGB value is (114,2,66). Sum of RGB (Red+Green+Blue) = 114+2+66=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #720242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720242 is #8DFDBD. Grayscale: #2A2A2A. Windows color (decimal): -9305534 or 4326002. OLE color: 4326002.

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

Color convert

RGB 114 2 66 -
CMYK 0 0.98 0.42 0.55
HSL 325.71º 0.97% 0.23% -
HSV(B) 325.71º 0.98% 0.45% -
XYZ 7.94 4.01 5.51 -
YUV 42.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 114 2 66 0 0.98 0.42 0.55 325.71 0.97 0.23
Hex 72 2 42 0 62 2A 37 146 61 17
Octal 162 2 102 0 142 52 67 506 141 27
Binary 1110010 10 1000010 0 1100010 101010 110111 101000110 1100001 10111

Color Harmonies of #720242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720242

Black with #720242

Text Example


Text Example

White with #720242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720242; }

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

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

background-color css

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

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

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

border-color css

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

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

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