#710641

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

Shades of Tyrian Purple #710641

Tints of Tyrian Purple #710641

Color information

#710641 (or 0x710641) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 41. RGB value is (113,6,65). Sum of RGB (Red+Green+Blue) = 113+6+65=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #710641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710641 is #8EF9BE. Grayscale: #2C2C2C. Windows color (decimal): -9370047 or 4261489. OLE color: 4261489.

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

Color convert

RGB113665-
CMYK00.950.420.56
HSL326.92º89.92%23.33%-
HSV(B)326.92º94.69%44.31%-
XYZ7.834.025.36-
YUV44.72139.45176.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=61.41%
G=3.26%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11366500.950.420.56326.9289.9223.33
Hex7164105F2A381475a17
Octal16161010137527050713227
Binary1110001110100000101011111101010111000101000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710641; }

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

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

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

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

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

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

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

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