Html Css Color HEX #710030 Tyrian Purple

📋 copy color: '#710030'

red 113 ◦ green 0 ◦ blue 48

#710030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #710030

Tints of Tyrian Purple #710030

RGB

 RED value IS 113 (44.53% from 255) = 70.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 70.19%
G = 0%
B = 29.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710030 (or 0x710030) is known color: Tyrian Purple. HEX triplet: 71, 00 and 30. RGB value is (113,0,48). Sum of RGB (Red+Green+Blue) = 113+0+48=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #710030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710030 is #8EFFCF. Grayscale: #272727. Windows color (decimal): -9371600 or 3145841. OLE color: 3145841.

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

Color convert

RGB 113 0 48 -
CMYK 0 1 0.58 0.56
HSL 334.51º 1% 0.22% -
HSV(B) 334.51º 1% 0.44% -
XYZ 7.34 3.72 3.13 -
YUV 39.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 113 0 48 0 1 0.58 0.56 334.51 1 0.22
Hex 71 0 30 0 64 3A 38 14F 64 16
Octal 161 0 60 0 144 72 70 517 144 26
Binary 1110001 0 110000 0 1100100 111010 111000 101001111 1100100 10110

Color Harmonies of #710030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710030

Black with #710030

Text Example


Text Example

White with #710030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710030; }

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

 H1.HeaderClassName
 {
   color: #710030;
 }
 .AnyTagClassName
 {
   color: #710030;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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