Html Css Color HEX #710448 Tyrian Purple

📋 copy color: '#710448'

red 113 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #710448

Tints of Tyrian Purple #710448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

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

R = 59.79%
G = 2.12%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#710448 (or 0x710448) is known color: Tyrian Purple. HEX triplet: 71, 04 and 48. RGB value is (113,4,72). Sum of RGB (Red+Green+Blue) = 113+4+72=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #710448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710448 is #8EFBB7. Grayscale: #2C2C2C. Windows color (decimal): -9370552 or 4719729. OLE color: 4719729.

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

Color convert

RGB 113 4 72 -
CMYK 0 0.96 0.36 0.56
HSL 322.57º 0.93% 0.23% -
HSV(B) 322.57º 0.96% 0.44% -
XYZ 8.02 4.07 6.49 -
YUV 44.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 113 4 72 0 0.96 0.36 0.56 322.57 0.93 0.23
Hex 71 4 48 0 60 24 38 143 5D 17
Octal 161 4 110 0 140 44 70 503 135 27
Binary 1110001 100 1001000 0 1100000 100100 111000 101000011 1011101 10111

Color Harmonies of #710448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710448

Black with #710448

Text Example


Text Example

White with #710448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710448; }

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

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

background-color css

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

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

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

border-color css

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

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

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