Html Css Color HEX #710333 Tyrian Purple

📋 copy color: '#710333'

red 113 ◦ green 3 ◦ blue 51

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

Shades of Tyrian Purple #710333

Tints of Tyrian Purple #710333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 67.66%
G = 1.8%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#710333 (or 0x710333) is known color: Tyrian Purple. HEX triplet: 71, 03 and 33. RGB value is (113,3,51). Sum of RGB (Red+Green+Blue) = 113+3+51=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710333 is #8EFCCC. Grayscale: #292929. Windows color (decimal): -9370829 or 3343217. OLE color: 3343217.

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

Color convert

RGB 113 3 51 -
CMYK 0 0.97 0.55 0.56
HSL 333.82º 0.95% 0.23% -
HSV(B) 333.82º 0.97% 0.44% -
XYZ 7.44 3.81 3.48 -
YUV 41.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 113 3 51 0 0.97 0.55 0.56 333.82 0.95 0.23
Hex 71 3 33 0 61 37 38 14E 5F 17
Octal 161 3 63 0 141 67 70 516 137 27
Binary 1110001 11 110011 0 1100001 110111 111000 101001110 1011111 10111

Color Harmonies of #710333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710333

Black with #710333

Text Example


Text Example

White with #710333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710333; }

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

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

background-color css

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

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

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

border-color css

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

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

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