Html Css Color HEX #720246 Tyrian Purple

📋 copy color: '#720246'

red 114 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #720246

Tints of Tyrian Purple #720246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 61.29%
G = 1.08%
B = 37.63%

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

#720246 (or 0x720246) is known color: Tyrian Purple. HEX triplet: 72, 02 and 46. RGB value is (114,2,70). Sum of RGB (Red+Green+Blue) = 114+2+70=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #720246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720246 is #8DFDB9. Grayscale: #2B2B2B. Windows color (decimal): -9305530 or 4588146. OLE color: 4588146.

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

Color convert

RGB 114 2 70 -
CMYK 0 0.98 0.39 0.55
HSL 323.57º 0.97% 0.23% -
HSV(B) 323.57º 0.98% 0.45% -
XYZ 8.07 4.06 6.15 -
YUV 43.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 114 2 70 0 0.98 0.39 0.55 323.57 0.97 0.23
Hex 72 2 46 0 62 27 37 144 61 17
Octal 162 2 106 0 142 47 67 504 141 27
Binary 1110010 10 1000110 0 1100010 100111 110111 101000100 1100001 10111

Color Harmonies of #720246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720246

Black with #720246

Text Example


Text Example

White with #720246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720246; }

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

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

background-color css

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

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

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

border-color css

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

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

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