Html Css Color HEX #710152 Tyrian Purple

📋 copy color: '#710152'

red 113 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #710152

Tints of Tyrian Purple #710152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 57.65%
G = 0.51%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#710152 (or 0x710152) is known color: Tyrian Purple. HEX triplet: 71, 01 and 52. RGB value is (113,1,82). Sum of RGB (Red+Green+Blue) = 113+1+82=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #710152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710152 is #8EFEAD. Grayscale: #2B2B2B. Windows color (decimal): -9371310 or 5374321. OLE color: 5374321.

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

Color convert

RGB 113 1 82 -
CMYK 0 0.99 0.27 0.56
HSL 316.61º 0.98% 0.22% -
HSV(B) 316.61º 0.99% 0.44% -
XYZ 8.34 4.14 8.34 -
YUV 43.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 113 1 82 0 0.99 0.27 0.56 316.61 0.98 0.22
Hex 71 1 52 0 63 1B 38 13D 62 16
Octal 161 1 122 0 143 33 70 475 142 26
Binary 1110001 1 1010010 0 1100011 11011 111000 100111101 1100010 10110

Color Harmonies of #710152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710152

Black with #710152

Text Example


Text Example

White with #710152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710152; }

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

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

background-color css

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

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

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

border-color css

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

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

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