Html Css Color HEX #710145 Tyrian Purple

📋 copy color: '#710145'

red 113 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #710145

Tints of Tyrian Purple #710145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 61.75%
G = 0.55%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#710145 (or 0x710145) is known color: Tyrian Purple. HEX triplet: 71, 01 and 45. RGB value is (113,1,69). Sum of RGB (Red+Green+Blue) = 113+1+69=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #710145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710145 is #8EFEBA. Grayscale: #2A2A2A. Windows color (decimal): -9371323 or 4522353. OLE color: 4522353.

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

Color convert

RGB 113 1 69 -
CMYK 0 0.99 0.39 0.56
HSL 323.57º 0.98% 0.22% -
HSV(B) 323.57º 0.99% 0.44% -
XYZ 7.9 3.96 5.98 -
YUV 42.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 113 1 69 0 0.99 0.39 0.56 323.57 0.98 0.22
Hex 71 1 45 0 63 27 38 144 62 16
Octal 161 1 105 0 143 47 70 504 142 26
Binary 1110001 1 1000101 0 1100011 100111 111000 101000100 1100010 10110

Color Harmonies of #710145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710145

Black with #710145

Text Example


Text Example

White with #710145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710145; }

 p { color: rgb(113,1,69); }

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

background-color css

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

 a { background-color: rgb(113,1,69); }

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

border-color css

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

 span { border-color: rgb(113,1,69); }

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