#710234

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

Shades of Tyrian Purple #710234

Tints of Tyrian Purple #710234

Color information

#710234 (or 0x710234) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 34. RGB value is (113,2,52). Sum of RGB (Red+Green+Blue) = 113+2+52=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710234 is #8EFDCB. Grayscale: #282828. Windows color (decimal): -9371084 or 3408497. OLE color: 3408497.

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

Color convert

RGB113252-
CMYK00.980.540.56
HSL332.97º96.52%22.55%-
HSV(B)332.97º98.23%44.31%-
XYZ7.453.83.59-
YUV40.89134.27179.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=67.66%
G=1.20%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11325200.980.540.56332.9796.5222.55
Hex71234062363814d6117
Octal1612640142667051514127
Binary11100011011010001100010110110111000101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710234; }

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

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

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

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

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

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

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

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