Html Css Color HEX #720636 Tyrian Purple

📋 copy color: '#720636'

red 114 ◦ green 6 ◦ blue 54

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

Shades of Tyrian Purple #720636

Tints of Tyrian Purple #720636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 65.52%
G = 3.45%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#720636 (or 0x720636) is known color: Tyrian Purple. HEX triplet: 72, 06 and 36. RGB value is (114,6,54). Sum of RGB (Red+Green+Blue) = 114+6+54=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #720636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720636 is #8DF9C9. Grayscale: #2B2B2B. Windows color (decimal): -9304522 or 3540594. OLE color: 3540594.

HSL color Cylindrical-coordinate representation of color #720636: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720636 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 54 -
CMYK 0 0.95 0.53 0.55
HSL 333.33º 0.9% 0.24% -
HSV(B) 333.33º 0.95% 0.45% -
XYZ 7.67 3.97 3.85 -
YUV 43.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 114 6 54 0 0.95 0.53 0.55 333.33 0.9 0.24
Hex 72 6 36 0 5F 35 37 14D 5A 18
Octal 162 6 66 0 137 65 67 515 132 30
Binary 1110010 110 110110 0 1011111 110101 110111 101001101 1011010 11000

Color Harmonies of #720636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720636

Black with #720636

Text Example


Text Example

White with #720636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720636; }

 p { color: rgb(114,6,54); }

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

background-color css

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

 a { background-color: rgb(114,6,54); }

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

border-color css

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

 span { border-color: rgb(114,6,54); }

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