Html Css Color HEX #720255 Tyrian Purple

📋 copy color: '#720255'

red 114 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #720255

Tints of Tyrian Purple #720255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 56.72%
G = 1%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#720255 (or 0x720255) is known color: Tyrian Purple. HEX triplet: 72, 02 and 55. RGB value is (114,2,85). Sum of RGB (Red+Green+Blue) = 114+2+85=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #720255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720255 is #8DFDAA. Grayscale: #2C2C2C. Windows color (decimal): -9305515 or 5571186. OLE color: 5571186.

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

Color convert

RGB 114 2 85 -
CMYK 0 0.98 0.25 0.55
HSL 315.54º 0.97% 0.23% -
HSV(B) 315.54º 0.98% 0.45% -
XYZ 8.6 4.28 8.97 -
YUV 44.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 114 2 85 0 0.98 0.25 0.55 315.54 0.97 0.23
Hex 72 2 55 0 62 19 37 13C 61 17
Octal 162 2 125 0 142 31 67 474 141 27
Binary 1110010 10 1010101 0 1100010 11001 110111 100111100 1100001 10111

Color Harmonies of #720255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720255

Black with #720255

Text Example


Text Example

White with #720255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720255; }

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

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

background-color css

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

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

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

border-color css

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

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

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