Html Css Color HEX #710648 Tyrian Purple

📋 copy color: '#710648'

red 113 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #710648

Tints of Tyrian Purple #710648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 59.16%
G = 3.14%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#710648 (or 0x710648) is known color: Tyrian Purple. HEX triplet: 71, 06 and 48. RGB value is (113,6,72). Sum of RGB (Red+Green+Blue) = 113+6+72=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #710648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710648 is #8EF9B7. Grayscale: #2D2D2D. Windows color (decimal): -9370040 or 4720241. OLE color: 4720241.

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

Color convert

RGB 113 6 72 -
CMYK 0 0.95 0.36 0.56
HSL 322.99º 0.9% 0.23% -
HSV(B) 322.99º 0.95% 0.44% -
XYZ 8.04 4.11 6.5 -
YUV 45.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 113 6 72 0 0.95 0.36 0.56 322.99 0.9 0.23
Hex 71 6 48 0 5F 24 38 143 5A 17
Octal 161 6 110 0 137 44 70 503 132 27
Binary 1110001 110 1001000 0 1011111 100100 111000 101000011 1011010 10111

Color Harmonies of #710648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710648

Black with #710648

Text Example


Text Example

White with #710648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710648; }

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

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

background-color css

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

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

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

border-color css

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

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

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