Html Css Color HEX #710651 Tyrian Purple

📋 copy color: '#710651'

red 113 ◦ green 6 ◦ blue 81

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

Shades of Tyrian Purple #710651

Tints of Tyrian Purple #710651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 56.5%
G = 3%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#710651 (or 0x710651) is known color: Tyrian Purple. HEX triplet: 71, 06 and 51. RGB value is (113,6,81). Sum of RGB (Red+Green+Blue) = 113+6+81=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710651 is #8EF9AE. Grayscale: #2E2E2E. Windows color (decimal): -9370031 or 5310065. OLE color: 5310065.

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

Color convert

RGB 113 6 81 -
CMYK 0 0.95 0.28 0.56
HSL 317.94º 0.9% 0.23% -
HSV(B) 317.94º 0.95% 0.44% -
XYZ 8.36 4.24 8.16 -
YUV 46.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 113 6 81 0 0.95 0.28 0.56 317.94 0.9 0.23
Hex 71 6 51 0 5F 1C 38 13E 5A 17
Octal 161 6 121 0 137 34 70 476 132 27
Binary 1110001 110 1010001 0 1011111 11100 111000 100111110 1011010 10111

Color Harmonies of #710651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710651

Black with #710651

Text Example


Text Example

White with #710651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710651; }

 p { color: rgb(113,6,81); }

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

background-color css

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

 a { background-color: rgb(113,6,81); }

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

border-color css

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

 span { border-color: rgb(113,6,81); }

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