#710330

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

Shades of Tyrian Purple #710330

Tints of Tyrian Purple #710330

Color information

#710330 (or 0x710330) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 30. RGB value is (113,3,48). Sum of RGB (Red+Green+Blue) = 113+3+48=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #710330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710330 is #8EFCCF. Grayscale: #282828. Windows color (decimal): -9370832 or 3146609. OLE color: 3146609.

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

Color convert

RGB113348-
CMYK00.970.580.56
HSL335.45º94.83%22.75%-
HSV(B)335.45º97.35%44.31%-
XYZ7.383.793.14-
YUV41.02131.94179.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.90%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=68.90%
G=1.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11334800.970.580.56335.4594.8322.75
Hex713300613A3814f5f17
Octal1613600141727051713727
Binary11100011111000001100001111010111000101001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710330; }

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

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

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

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

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

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

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

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