Html Css Color HEX #710258 Tyrian Purple

📋 copy color: '#710258'

red 113 ◦ green 2 ◦ blue 88

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

Shades of Tyrian Purple #710258

Tints of Tyrian Purple #710258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 55.67%
G = 0.99%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#710258 (or 0x710258) is known color: Tyrian Purple. HEX triplet: 71, 02 and 58. RGB value is (113,2,88). Sum of RGB (Red+Green+Blue) = 113+2+88=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710258 is #8EFDA7. Grayscale: #2C2C2C. Windows color (decimal): -9371048 or 5767793. OLE color: 5767793.

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

Color convert

RGB 113 2 88 -
CMYK 0 0.98 0.22 0.56
HSL 313.51º 0.97% 0.23% -
HSV(B) 313.51º 0.98% 0.44% -
XYZ 8.59 4.26 9.6 -
YUV 44.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 113 2 88 0 0.98 0.22 0.56 313.51 0.97 0.23
Hex 71 2 58 0 62 16 38 13A 61 17
Octal 161 2 130 0 142 26 70 472 141 27
Binary 1110001 10 1011000 0 1100010 10110 111000 100111010 1100001 10111

Color Harmonies of #710258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710258

Black with #710258

Text Example


Text Example

White with #710258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710258; }

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

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

background-color css

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

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

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

border-color css

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

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

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