Html Css Color HEX #720640 Tyrian Purple

📋 copy color: '#720640'

red 114 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #720640

Tints of Tyrian Purple #720640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 61.96%
G = 3.26%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#720640 (or 0x720640) is known color: Tyrian Purple. HEX triplet: 72, 06 and 40. RGB value is (114,6,64). Sum of RGB (Red+Green+Blue) = 114+6+64=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #720640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720640 is #8DF9BF. Grayscale: #2C2C2C. Windows color (decimal): -9304512 or 4195954. OLE color: 4195954.

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

Color convert

RGB 114 6 64 -
CMYK 0 0.95 0.44 0.55
HSL 327.78º 0.9% 0.24% -
HSV(B) 327.78º 0.95% 0.45% -
XYZ 7.93 4.08 5.22 -
YUV 44.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 114 6 64 0 0.95 0.44 0.55 327.78 0.9 0.24
Hex 72 6 40 0 5F 2C 37 148 5A 18
Octal 162 6 100 0 137 54 67 510 132 30
Binary 1110010 110 1000000 0 1011111 101100 110111 101001000 1011010 11000

Color Harmonies of #720640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720640

Black with #720640

Text Example


Text Example

White with #720640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720640; }

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

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

background-color css

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

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

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

border-color css

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

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

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