Html Css Color HEX #720355 Tyrian Purple

📋 copy color: '#720355'

red 114 ◦ green 3 ◦ blue 85

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

Shades of Tyrian Purple #720355

Tints of Tyrian Purple #720355

RGB

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

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

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

R = 56.44%
G = 1.49%
B = 42.08%

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

#720355 (or 0x720355) is known color: Tyrian Purple. HEX triplet: 72, 03 and 55. RGB value is (114,3,85). Sum of RGB (Red+Green+Blue) = 114+3+85=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720355 is #8DFCAA. Grayscale: #2D2D2D. Windows color (decimal): -9305259 or 5571442. OLE color: 5571442.

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

Color convert

RGB 114 3 85 -
CMYK 0 0.97 0.25 0.55
HSL 315.68º 0.95% 0.23% -
HSV(B) 315.68º 0.97% 0.45% -
XYZ 8.61 4.3 8.97 -
YUV 45.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 114 3 85 0 0.97 0.25 0.55 315.68 0.95 0.23
Hex 72 3 55 0 61 19 37 13C 5F 17
Octal 162 3 125 0 141 31 67 474 137 27
Binary 1110010 11 1010101 0 1100001 11001 110111 100111100 1011111 10111

Color Harmonies of #720355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720355

Black with #720355

Text Example


Text Example

White with #720355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720355; }

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

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

background-color css

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

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

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

border-color css

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

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

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