Html Css Color HEX #720A3C Tyrian Purple

📋 copy color: '#720A3C'

red 114 ◦ green 10 ◦ blue 60

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

Shades of Tyrian Purple #720A3C

Tints of Tyrian Purple #720A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 61.96%
G = 5.43%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#720A3C (or 0x720A3C) is known color: Tyrian Purple. HEX triplet: 72, 0A and 3C. RGB value is (114,10,60). Sum of RGB (Red+Green+Blue) = 114+10+60=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #720A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A3C is #8DF5C3. Grayscale: #2E2E2E. Windows color (decimal): -9303492 or 3934834. OLE color: 3934834.

HSL color Cylindrical-coordinate representation of color #720A3C: hue angle of 331.15º 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 #720A3C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 60 -
CMYK 0 0.91 0.47 0.55
HSL 331.15º 0.84% 0.24% -
HSV(B) 331.15º 0.91% 0.45% -
XYZ 7.86 4.12 4.66 -
YUV 46.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 114 10 60 0 0.91 0.47 0.55 331.15 0.84 0.24
Hex 72 A 3C 0 5B 2F 37 14B 54 18
Octal 162 12 74 0 133 57 67 513 124 30
Binary 1110010 1010 111100 0 1011011 101111 110111 101001011 1010100 11000

Color Harmonies of #720A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A3C

Black with #720A3C

Text Example


Text Example

White with #720A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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