Html Css Color HEX #720955 Tyrian Purple

📋 copy color: '#720955'

red 114 ◦ green 9 ◦ blue 85

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

Shades of Tyrian Purple #720955

Tints of Tyrian Purple #720955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 54.81%
G = 4.33%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720955 (or 0x720955) is known color: Tyrian Purple. HEX triplet: 72, 09 and 55. RGB value is (114,9,85). Sum of RGB (Red+Green+Blue) = 114+9+85=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720955 is #8DF6AA. Grayscale: #303030. Windows color (decimal): -9303723 or 5572978. OLE color: 5572978.

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

Color convert

RGB 114 9 85 -
CMYK 0 0.92 0.25 0.55
HSL 316.57º 0.85% 0.24% -
HSV(B) 316.57º 0.92% 0.45% -
XYZ 8.68 4.43 8.99 -
YUV 49.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 114 9 85 0 0.92 0.25 0.55 316.57 0.85 0.24
Hex 72 9 55 0 5C 19 37 13D 55 18
Octal 162 11 125 0 134 31 67 475 125 30
Binary 1110010 1001 1010101 0 1011100 11001 110111 100111101 1010101 11000

Color Harmonies of #720955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720955

Black with #720955

Text Example


Text Example

White with #720955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720955; }

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

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

background-color css

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

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

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

border-color css

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

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

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