Html Css Color HEX #710150 Tyrian Purple

📋 copy color: '#710150'

red 113 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #710150

Tints of Tyrian Purple #710150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 58.25%
G = 0.52%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#710150 (or 0x710150) is known color: Tyrian Purple. HEX triplet: 71, 01 and 50. RGB value is (113,1,80). Sum of RGB (Red+Green+Blue) = 113+1+80=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #710150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710150 is #8EFEAF. Grayscale: #2B2B2B. Windows color (decimal): -9371312 or 5243249. OLE color: 5243249.

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

Color convert

RGB 113 1 80 -
CMYK 0 0.99 0.29 0.56
HSL 317.68º 0.98% 0.22% -
HSV(B) 317.68º 0.99% 0.44% -
XYZ 8.27 4.11 7.95 -
YUV 43.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 113 1 80 0 0.99 0.29 0.56 317.68 0.98 0.22
Hex 71 1 50 0 63 1D 38 13E 62 16
Octal 161 1 120 0 143 35 70 476 142 26
Binary 1110001 1 1010000 0 1100011 11101 111000 100111110 1100010 10110

Color Harmonies of #710150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710150

Black with #710150

Text Example


Text Example

White with #710150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710150; }

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

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

background-color css

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

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

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

border-color css

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

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

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