Html Css Color HEX #710A52 Tyrian Purple

📋 copy color: '#710A52'

red 113 ◦ green 10 ◦ blue 82

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

Shades of Tyrian Purple #710A52

Tints of Tyrian Purple #710A52

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 55.12%
G = 4.88%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#710A52 (or 0x710A52) is known color: Tyrian Purple. HEX triplet: 71, 0A and 52. RGB value is (113,10,82). Sum of RGB (Red+Green+Blue) = 113+10+82=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #710A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A52 is #8EF5AD. Grayscale: #303030. Windows color (decimal): -9369006 or 5376625. OLE color: 5376625.

HSL color Cylindrical-coordinate representation of color #710A52: hue angle of 318.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A52 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 82 -
CMYK 0 0.91 0.27 0.56
HSL 318.06º 0.84% 0.24% -
HSV(B) 318.06º 0.91% 0.44% -
XYZ 8.44 4.34 8.37 -
YUV 49.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 113 10 82 0 0.91 0.27 0.56 318.06 0.84 0.24
Hex 71 A 52 0 5B 1B 38 13E 54 18
Octal 161 12 122 0 133 33 70 476 124 30
Binary 1110001 1010 1010010 0 1011011 11011 111000 100111110 1010100 11000

Color Harmonies of #710A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A52

Black with #710A52

Text Example


Text Example

White with #710A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A52; }

 p { color: rgb(113,10,82); }

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

background-color css

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

 a { background-color: rgb(113,10,82); }

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

border-color css

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

 span { border-color: rgb(113,10,82); }

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