Html Css Color HEX #720738 Tyrian Purple

📋 copy color: '#720738'

red 114 ◦ green 7 ◦ blue 56

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

Shades of Tyrian Purple #720738

Tints of Tyrian Purple #720738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.95%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 64.41%
G = 3.95%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#720738 (or 0x720738) is known color: Tyrian Purple. HEX triplet: 72, 07 and 38. RGB value is (114,7,56). Sum of RGB (Red+Green+Blue) = 114+7+56=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #720738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720738 is #8DF8C7. Grayscale: #2C2C2C. Windows color (decimal): -9304264 or 3671922. OLE color: 3671922.

HSL color Cylindrical-coordinate representation of color #720738: hue angle of 332.52º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720738 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 56 -
CMYK 0 0.94 0.51 0.55
HSL 332.52º 0.88% 0.24% -
HSV(B) 332.52º 0.94% 0.45% -
XYZ 7.73 4.01 4.11 -
YUV 44.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 114 7 56 0 0.94 0.51 0.55 332.52 0.88 0.24
Hex 72 7 38 0 5E 33 37 14D 58 18
Octal 162 7 70 0 136 63 67 515 130 30
Binary 1110010 111 111000 0 1011110 110011 110111 101001101 1011000 11000

Color Harmonies of #720738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720738

Black with #720738

Text Example


Text Example

White with #720738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720738; }

 p { color: rgb(114,7,56); }

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

background-color css

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

 a { background-color: rgb(114,7,56); }

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

border-color css

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

 span { border-color: rgb(114,7,56); }

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