Html Css Color HEX #720850 Tyrian Purple

📋 copy color: '#720850'

red 114 ◦ green 8 ◦ blue 80

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

Shades of Tyrian Purple #720850

Tints of Tyrian Purple #720850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.96%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 56.44%
G = 3.96%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#720850 (or 0x720850) is known color: Tyrian Purple. HEX triplet: 72, 08 and 50. RGB value is (114,8,80). Sum of RGB (Red+Green+Blue) = 114+8+80=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #720850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720850 is #8DF7AF. Grayscale: #2F2F2F. Windows color (decimal): -9303984 or 5245042. OLE color: 5245042.

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

Color convert

RGB 114 8 80 -
CMYK 0 0.93 0.30 0.55
HSL 319.25º 0.87% 0.24% -
HSV(B) 319.25º 0.93% 0.45% -
XYZ 8.47 4.33 7.98 -
YUV 47.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 114 8 80 0 0.93 0.30 0.55 319.25 0.87 0.24
Hex 72 8 50 0 5D 1E 37 13F 57 18
Octal 162 10 120 0 135 36 67 477 127 30
Binary 1110010 1000 1010000 0 1011101 11110 110111 100111111 1010111 11000

Color Harmonies of #720850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720850

Black with #720850

Text Example


Text Example

White with #720850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720850; }

 p { color: rgb(114,8,80); }

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

background-color css

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

 a { background-color: rgb(114,8,80); }

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

border-color css

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

 span { border-color: rgb(114,8,80); }

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