#710430

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

Shades of Tyrian Purple #710430

Tints of Tyrian Purple #710430

Color information

#710430 (or 0x710430) is unknown color: approx Tyrian Purple. HEX triplet: 71, 04 and 30. RGB value is (113,4,48). Sum of RGB (Red+Green+Blue) = 113+4+48=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #710430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710430 is #8EFBCF. Grayscale: #292929. Windows color (decimal): -9370576 or 3146865. OLE color: 3146865.

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

Color convert

RGB113448-
CMYK00.960.580.56
HSL335.78º93.16%22.94%-
HSV(B)335.78º96.46%44.31%-
XYZ7.393.813.14-
YUV41.61131.61178.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=68.48%
G=2.42%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11344800.960.580.56335.7893.1622.94
Hex714300603A381505d17
Octal1614600140727052013527
Binary111000110011000001100000111010111000101010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710430; }

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

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

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

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

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

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

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

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