#710644

Color #710644 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #710644

Tints of Tyrian Purple #710644

Color information

#710644 (or 0x710644) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 44. RGB value is (113,6,68). Sum of RGB (Red+Green+Blue) = 113+6+68=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710644 is #8EF9BB. Grayscale: #2C2C2C. Windows color (decimal): -9370044 or 4458097. OLE color: 4458097.

HSL color Cylindrical-coordinate representation of color #710644: hue angle of 325.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710644 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB113668-
CMYK00.950.400.56
HSL325.23º89.92%23.33%-
HSV(B)325.23º94.69%44.31%-
XYZ7.924.065.83-
YUV45.06140.95176.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=60.43%
G=3.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11366800.950.400.56325.2389.9223.33
Hex7164405F28381455a17
Octal16161040137507050513227
Binary1110001110100010001011111101000111000101000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710644; }

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

 H1.HeaderClassName
 {
   color: #710644;
 }
 .AnyTagClassName
 {
   color: #710644;
 }
</style>
background-color css

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

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

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

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

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

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