Html Css Color HEX #720644 Tyrian Purple

📋 copy color: '#720644'

red 114 ◦ green 6 ◦ blue 68

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

Shades of Tyrian Purple #720644

Tints of Tyrian Purple #720644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 60.64%
G = 3.19%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#720644 (or 0x720644) is known color: Tyrian Purple. HEX triplet: 72, 06 and 44. RGB value is (114,6,68). Sum of RGB (Red+Green+Blue) = 114+6+68=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #720644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720644 is #8DF9BB. Grayscale: #2D2D2D. Windows color (decimal): -9304508 or 4458098. OLE color: 4458098.

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

Color convert

RGB 114 6 68 -
CMYK 0 0.95 0.40 0.55
HSL 325.56º 0.9% 0.24% -
HSV(B) 325.56º 0.95% 0.45% -
XYZ 8.05 4.13 5.84 -
YUV 45.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 114 6 68 0 0.95 0.40 0.55 325.56 0.9 0.24
Hex 72 6 44 0 5F 28 37 146 5A 18
Octal 162 6 104 0 137 50 67 506 132 30
Binary 1110010 110 1000100 0 1011111 101000 110111 101000110 1011010 11000

Color Harmonies of #720644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720644

Black with #720644

Text Example


Text Example

White with #720644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720644; }

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

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

background-color css

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

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

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

border-color css

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

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

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