#710343

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

Shades of Tyrian Purple #710343

Tints of Tyrian Purple #710343

Color information

#710343 (or 0x710343) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 43. RGB value is (113,3,67). Sum of RGB (Red+Green+Blue) = 113+3+67=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #710343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710343 is #8EFCBC. Grayscale: #2B2B2B. Windows color (decimal): -9370813 or 4391793. OLE color: 4391793.

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

Color convert

RGB113367-
CMYK00.970.410.56
HSL325.09º94.83%22.75%-
HSV(B)325.09º97.35%44.31%-
XYZ7.863.985.66-
YUV43.19141.44177.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=61.75%
G=1.64%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11336700.970.410.56325.0994.8322.75
Hex7134306129381455f17
Octal16131030141517050513727
Binary111000111100001101100001101001111000101000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710343; }

 p { color: rgb(113,3,67); }

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

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

 a { background-color: rgb(113,3,67); }

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

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

 span { border-color: rgb(113,3,67); }

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