Html Css Color HEX #720934 Tyrian Purple

📋 copy color: '#720934'

red 114 ◦ green 9 ◦ blue 52

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

Shades of Tyrian Purple #720934

Tints of Tyrian Purple #720934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 65.14%
G = 5.14%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#720934 (or 0x720934) is known color: Tyrian Purple. HEX triplet: 72, 09 and 34. RGB value is (114,9,52). Sum of RGB (Red+Green+Blue) = 114+9+52=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #720934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720934 is #8DF6CB. Grayscale: #2D2D2D. Windows color (decimal): -9303756 or 3410290. OLE color: 3410290.

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

Color convert

RGB 114 9 52 -
CMYK 0 0.92 0.54 0.55
HSL 335.43º 0.85% 0.24% -
HSV(B) 335.43º 0.92% 0.45% -
XYZ 7.66 4.02 3.62 -
YUV 45.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 114 9 52 0 0.92 0.54 0.55 335.43 0.85 0.24
Hex 72 9 34 0 5C 36 37 14F 55 18
Octal 162 11 64 0 134 66 67 517 125 30
Binary 1110010 1001 110100 0 1011100 110110 110111 101001111 1010101 11000

Color Harmonies of #720934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720934

Black with #720934

Text Example


Text Example

White with #720934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720934; }

 p { color: rgb(114,9,52); }

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

background-color css

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

 a { background-color: rgb(114,9,52); }

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

border-color css

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

 span { border-color: rgb(114,9,52); }

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