Html Css Color HEX #720043 Tyrian Purple

📋 copy color: '#720043'

red 114 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #720043

Tints of Tyrian Purple #720043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.98%
G = 0%
B = 37.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#720043 (or 0x720043) is known color: Tyrian Purple. HEX triplet: 72, 00 and 43. RGB value is (114,0,67). Sum of RGB (Red+Green+Blue) = 114+0+67=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #720043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720043 is #8DFFBC. Grayscale: #292929. Windows color (decimal): -9306045 or 4391026. OLE color: 4391026.

HSL color Cylindrical-coordinate representation of color #720043: hue angle of 324.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720043 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 67 -
CMYK 0 1 0.41 0.55
HSL 324.74º 1% 0.22% -
HSV(B) 324.74º 1% 0.45% -
XYZ 7.95 3.98 5.66 -
YUV 41.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 114 0 67 0 1 0.41 0.55 324.74 1 0.22
Hex 72 0 43 0 64 29 37 145 64 16
Octal 162 0 103 0 144 51 67 505 144 26
Binary 1110010 0 1000011 0 1100100 101001 110111 101000101 1100100 10110

Color Harmonies of #720043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720043

Black with #720043

Text Example


Text Example

White with #720043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720043; }

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

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

background-color css

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

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

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

border-color css

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

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

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