Html Css Color HEX #720245 Tyrian Purple

📋 copy color: '#720245'

red 114 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #720245

Tints of Tyrian Purple #720245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 61.62%
G = 1.08%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#720245 (or 0x720245) is known color: Tyrian Purple. HEX triplet: 72, 02 and 45. RGB value is (114,2,69). Sum of RGB (Red+Green+Blue) = 114+2+69=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #720245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720245 is #8DFDBA. Grayscale: #2A2A2A. Windows color (decimal): -9305531 or 4522610. OLE color: 4522610.

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

Color convert

RGB 114 2 69 -
CMYK 0 0.98 0.39 0.55
HSL 324.11º 0.97% 0.23% -
HSV(B) 324.11º 0.98% 0.45% -
XYZ 8.04 4.05 5.99 -
YUV 43.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 114 2 69 0 0.98 0.39 0.55 324.11 0.97 0.23
Hex 72 2 45 0 62 27 37 144 61 17
Octal 162 2 105 0 142 47 67 504 141 27
Binary 1110010 10 1000101 0 1100010 100111 110111 101000100 1100001 10111

Color Harmonies of #720245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720245

Black with #720245

Text Example


Text Example

White with #720245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720245; }

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

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

background-color css

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

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

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

border-color css

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

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

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