#710634

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

Shades of Tyrian Purple #710634

Tints of Tyrian Purple #710634

Color information

#710634 (or 0x710634) is unknown color: approx Tyrian Purple. HEX triplet: 71, 06 and 34. RGB value is (113,6,52). Sum of RGB (Red+Green+Blue) = 113+6+52=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710634 is #8EF9CB. Grayscale: #2B2B2B. Windows color (decimal): -9370060 or 3409521. OLE color: 3409521.

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

Color convert

RGB113652-
CMYK00.950.540.56
HSL334.21º89.92%23.33%-
HSV(B)334.21º94.69%44.31%-
XYZ7.53.893.6-
YUV43.24132.95177.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=66.08%
G=3.51%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11365200.950.540.56334.2189.9223.33
Hex7163405F363814e5a17
Octal1616640137667051613227
Binary111000111011010001011111110110111000101001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710634; }

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

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

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

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

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

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

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

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