Html Css Color HEX #720A4C Tyrian Purple

📋 copy color: '#720A4C'

red 114 ◦ green 10 ◦ blue 76

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

Shades of Tyrian Purple #720A4C

Tints of Tyrian Purple #720A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 57%
G = 5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#720A4C (or 0x720A4C) is known color: Tyrian Purple. HEX triplet: 72, 0A and 4C. RGB value is (114,10,76). Sum of RGB (Red+Green+Blue) = 114+10+76=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #720A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A4C is #8DF5B3. Grayscale: #303030. Windows color (decimal): -9303476 or 4983410. OLE color: 4983410.

HSL color Cylindrical-coordinate representation of color #720A4C: hue angle of 321.92º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A4C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 76 -
CMYK 0 0.91 0.33 0.55
HSL 321.92º 0.84% 0.24% -
HSV(B) 321.92º 0.91% 0.45% -
XYZ 8.35 4.32 7.23 -
YUV 48.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 114 10 76 0 0.91 0.33 0.55 321.92 0.84 0.24
Hex 72 A 4C 0 5B 21 37 142 54 18
Octal 162 12 114 0 133 41 67 502 124 30
Binary 1110010 1010 1001100 0 1011011 100001 110111 101000010 1010100 11000

Color Harmonies of #720A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A4C

Black with #720A4C

Text Example


Text Example

White with #720A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720A4C; }

 p { color: rgb(114,10,76); }

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

background-color css

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

 a { background-color: rgb(114,10,76); }

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

border-color css

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

 span { border-color: rgb(114,10,76); }

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