Html Css Color HEX #710335 Tyrian Purple

📋 copy color: '#710335'

red 113 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #710335

Tints of Tyrian Purple #710335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 66.86%
G = 1.78%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710335 (or 0x710335) is known color: Tyrian Purple. HEX triplet: 71, 03 and 35. RGB value is (113,3,53). Sum of RGB (Red+Green+Blue) = 113+3+53=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710335 is #8EFCCA. Grayscale: #292929. Windows color (decimal): -9370827 or 3474289. OLE color: 3474289.

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

Color convert

RGB 113 3 53 -
CMYK 0 0.97 0.53 0.56
HSL 332.73º 0.95% 0.23% -
HSV(B) 332.73º 0.97% 0.44% -
XYZ 7.49 3.83 3.71 -
YUV 41.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 113 3 53 0 0.97 0.53 0.56 332.73 0.95 0.23
Hex 71 3 35 0 61 35 38 14D 5F 17
Octal 161 3 65 0 141 65 70 515 137 27
Binary 1110001 11 110101 0 1100001 110101 111000 101001101 1011111 10111

Color Harmonies of #710335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710335

Black with #710335

Text Example


Text Example

White with #710335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710335; }

 p { color: rgb(113,3,53); }

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

background-color css

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

 a { background-color: rgb(113,3,53); }

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

border-color css

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

 span { border-color: rgb(113,3,53); }

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