Html Css Color HEX #720356 Tyrian Purple

📋 copy color: '#720356'

red 114 ◦ green 3 ◦ blue 86

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

Shades of Tyrian Purple #720356

Tints of Tyrian Purple #720356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 56.16%
G = 1.48%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720356 (or 0x720356) is known color: Tyrian Purple. HEX triplet: 72, 03 and 56. RGB value is (114,3,86). Sum of RGB (Red+Green+Blue) = 114+3+86=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720356 is #8DFCA9. Grayscale: #2D2D2D. Windows color (decimal): -9305258 or 5636978. OLE color: 5636978.

HSL color Cylindrical-coordinate representation of color #720356: hue angle of 315.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720356 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 86 -
CMYK 0 0.97 0.25 0.55
HSL 315.14º 0.95% 0.23% -
HSV(B) 315.14º 0.97% 0.45% -
XYZ 8.65 4.31 9.18 -
YUV 45.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 114 3 86 0 0.97 0.25 0.55 315.14 0.95 0.23
Hex 72 3 56 0 61 19 37 13B 5F 17
Octal 162 3 126 0 141 31 67 473 137 27
Binary 1110010 11 1010110 0 1100001 11001 110111 100111011 1011111 10111

Color Harmonies of #720356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720356

Black with #720356

Text Example


Text Example

White with #720356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720356; }

 p { color: rgb(114,3,86); }

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

background-color css

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

 a { background-color: rgb(114,3,86); }

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

border-color css

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

 span { border-color: rgb(114,3,86); }

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