Html Css Color HEX #710656 Tyrian Purple

📋 copy color: '#710656'

red 113 ◦ green 6 ◦ blue 86

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

Shades of Tyrian Purple #710656

Tints of Tyrian Purple #710656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 55.12%
G = 2.93%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#710656 (or 0x710656) is known color: Tyrian Purple. HEX triplet: 71, 06 and 56. RGB value is (113,6,86). Sum of RGB (Red+Green+Blue) = 113+6+86=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #710656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710656 is #8EF9A9. Grayscale: #2E2E2E. Windows color (decimal): -9370026 or 5637745. OLE color: 5637745.

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

Color convert

RGB 113 6 86 -
CMYK 0 0.95 0.24 0.56
HSL 315.14º 0.9% 0.23% -
HSV(B) 315.14º 0.95% 0.44% -
XYZ 8.55 4.31 9.19 -
YUV 47.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 113 6 86 0 0.95 0.24 0.56 315.14 0.9 0.23
Hex 71 6 56 0 5F 18 38 13B 5A 17
Octal 161 6 126 0 137 30 70 473 132 27
Binary 1110001 110 1010110 0 1011111 11000 111000 100111011 1011010 10111

Color Harmonies of #710656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710656

Black with #710656

Text Example


Text Example

White with #710656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710656; }

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

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

background-color css

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

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

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

border-color css

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

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

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