Html Css Color HEX #720243 Tyrian Purple

📋 copy color: '#720243'

red 114 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #720243

Tints of Tyrian Purple #720243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 62.3%
G = 1.09%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#720243 (or 0x720243) is known color: Tyrian Purple. HEX triplet: 72, 02 and 43. RGB value is (114,2,67). Sum of RGB (Red+Green+Blue) = 114+2+67=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #720243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720243 is #8DFDBC. Grayscale: #2A2A2A. Windows color (decimal): -9305533 or 4391538. OLE color: 4391538.

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

Color convert

RGB 114 2 67 -
CMYK 0 0.98 0.41 0.55
HSL 325.18º 0.97% 0.23% -
HSV(B) 325.18º 0.98% 0.45% -
XYZ 7.97 4.03 5.67 -
YUV 42.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 114 2 67 0 0.98 0.41 0.55 325.18 0.97 0.23
Hex 72 2 43 0 62 29 37 145 61 17
Octal 162 2 103 0 142 51 67 505 141 27
Binary 1110010 10 1000011 0 1100010 101001 110111 101000101 1100001 10111

Color Harmonies of #720243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720243

Black with #720243

Text Example


Text Example

White with #720243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720243; }

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

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

background-color css

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

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

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

border-color css

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

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

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