Html Css Color HEX #720039 Tyrian Purple

📋 copy color: '#720039'

red 114 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #720039

Tints of Tyrian Purple #720039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#720039 (or 0x720039) is known color: Tyrian Purple. HEX triplet: 72, 00 and 39. RGB value is (114,0,57). Sum of RGB (Red+Green+Blue) = 114+0+57=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #720039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720039 is #8DFFC6. Grayscale: #282828. Windows color (decimal): -9306055 or 3735666. OLE color: 3735666.

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

Color convert

RGB 114 0 57 -
CMYK 0 1 0.50 0.55
HSL 330º 1% 0.22% -
HSV(B) 330º 1% 0.45% -
XYZ 7.68 3.87 4.21 -
YUV 40.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 114 0 57 0 1 0.50 0.55 330 1 0.22
Hex 72 0 39 0 64 32 37 14A 64 16
Octal 162 0 71 0 144 62 67 512 144 26
Binary 1110010 0 111001 0 1100100 110010 110111 101001010 1100100 10110

Color Harmonies of #720039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720039

Black with #720039

Text Example


Text Example

White with #720039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720039; }

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

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

background-color css

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

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

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

border-color css

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

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

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