Html Css Color HEX #720450 Tyrian Purple

📋 copy color: '#720450'

red 114 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #720450

Tints of Tyrian Purple #720450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

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

R = 57.58%
G = 2.02%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#720450 (or 0x720450) is known color: Tyrian Purple. HEX triplet: 72, 04 and 50. RGB value is (114,4,80). Sum of RGB (Red+Green+Blue) = 114+4+80=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #720450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720450 is #8DFBAF. Grayscale: #2D2D2D. Windows color (decimal): -9305008 or 5244018. OLE color: 5244018.

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

Color convert

RGB 114 4 80 -
CMYK 0 0.96 0.30 0.55
HSL 318.55º 0.93% 0.23% -
HSV(B) 318.55º 0.96% 0.45% -
XYZ 8.43 4.24 7.96 -
YUV 45.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 114 4 80 0 0.96 0.30 0.55 318.55 0.93 0.23
Hex 72 4 50 0 60 1E 37 13F 5D 17
Octal 162 4 120 0 140 36 67 477 135 27
Binary 1110010 100 1010000 0 1100000 11110 110111 100111111 1011101 10111

Color Harmonies of #720450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720450

Black with #720450

Text Example


Text Example

White with #720450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720450; }

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

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

background-color css

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

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

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

border-color css

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

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

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