Html Css Color HEX #710045 Tyrian Purple

📋 copy color: '#710045'

red 113 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #710045

Tints of Tyrian Purple #710045

RGB

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

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

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

R = 62.09%
G = 0%
B = 37.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#710045 (or 0x710045) is known color: Tyrian Purple. HEX triplet: 71, 00 and 45. RGB value is (113,0,69). Sum of RGB (Red+Green+Blue) = 113+0+69=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #710045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710045 is #8EFFBA. Grayscale: #292929. Windows color (decimal): -9371579 or 4522097. OLE color: 4522097.

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

Color convert

RGB 113 0 69 -
CMYK 0 1 0.39 0.56
HSL 323.36º 1% 0.22% -
HSV(B) 323.36º 1% 0.44% -
XYZ 7.88 3.94 5.98 -
YUV 41.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 113 0 69 0 1 0.39 0.56 323.36 1 0.22
Hex 71 0 45 0 64 27 38 143 64 16
Octal 161 0 105 0 144 47 70 503 144 26
Binary 1110001 0 1000101 0 1100100 100111 111000 101000011 1100100 10110

Color Harmonies of #710045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710045

Black with #710045

Text Example


Text Example

White with #710045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710045; }

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

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

background-color css

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

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

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

border-color css

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

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

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