Html Css Color HEX #710248 Tyrian Purple

📋 copy color: '#710248'

red 113 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #710248

Tints of Tyrian Purple #710248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 60.43%
G = 1.07%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#710248 (or 0x710248) is known color: Tyrian Purple. HEX triplet: 71, 02 and 48. RGB value is (113,2,72). Sum of RGB (Red+Green+Blue) = 113+2+72=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710248 is #8EFDB7. Grayscale: #2B2B2B. Windows color (decimal): -9371064 or 4719217. OLE color: 4719217.

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

Color convert

RGB 113 2 72 -
CMYK 0 0.98 0.36 0.56
HSL 322.16º 0.97% 0.23% -
HSV(B) 322.16º 0.98% 0.44% -
XYZ 8 4.02 6.49 -
YUV 43.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 113 2 72 0 0.98 0.36 0.56 322.16 0.97 0.23
Hex 71 2 48 0 62 24 38 142 61 17
Octal 161 2 110 0 142 44 70 502 141 27
Binary 1110001 10 1001000 0 1100010 100100 111000 101000010 1100001 10111

Color Harmonies of #710248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710248

Black with #710248

Text Example


Text Example

White with #710248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710248; }

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

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

background-color css

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

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

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

border-color css

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

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

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