Html Css Color HEX #710340 Tyrian Purple

📋 copy color: '#710340'

red 113 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #710340

Tints of Tyrian Purple #710340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 62.78%
G = 1.67%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#710340 (or 0x710340) is known color: Tyrian Purple. HEX triplet: 71, 03 and 40. RGB value is (113,3,64). Sum of RGB (Red+Green+Blue) = 113+3+64=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #710340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710340 is #8EFCBF. Grayscale: #2A2A2A. Windows color (decimal): -9370816 or 4195185. OLE color: 4195185.

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

Color convert

RGB 113 3 64 -
CMYK 0 0.97 0.43 0.56
HSL 326.73º 0.95% 0.23% -
HSV(B) 326.73º 0.97% 0.44% -
XYZ 7.77 3.95 5.2 -
YUV 42.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 113 3 64 0 0.97 0.43 0.56 326.73 0.95 0.23
Hex 71 3 40 0 61 2B 38 147 5F 17
Octal 161 3 100 0 141 53 70 507 137 27
Binary 1110001 11 1000000 0 1100001 101011 111000 101000111 1011111 10111

Color Harmonies of #710340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710340

Black with #710340

Text Example


Text Example

White with #710340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710340; }

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

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

background-color css

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

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

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

border-color css

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

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

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