Html Css Color HEX #710035 Tyrian Purple

📋 copy color: '#710035'

red 113 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #710035

Tints of Tyrian Purple #710035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.07%
G = 0%
B = 31.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710035 (or 0x710035) is known color: Tyrian Purple. HEX triplet: 71, 00 and 35. RGB value is (113,0,53). Sum of RGB (Red+Green+Blue) = 113+0+53=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710035 is #8EFFCA. Grayscale: #272727. Windows color (decimal): -9371595 or 3473521. OLE color: 3473521.

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

Color convert

RGB 113 0 53 -
CMYK 0 1 0.53 0.56
HSL 331.86º 1% 0.22% -
HSV(B) 331.86º 1% 0.44% -
XYZ 7.45 3.77 3.7 -
YUV 39.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 113 0 53 0 1 0.53 0.56 331.86 1 0.22
Hex 71 0 35 0 64 35 38 14C 64 16
Octal 161 0 65 0 144 65 70 514 144 26
Binary 1110001 0 110101 0 1100100 110101 111000 101001100 1100100 10110

Color Harmonies of #710035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710035

Black with #710035

Text Example


Text Example

White with #710035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710035; }

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

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

background-color css

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

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

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

border-color css

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

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

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