Html Css Color HEX #710034 Tyrian Purple

📋 copy color: '#710034'

red 113 ◦ green 0 ◦ blue 52

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

Shades of Tyrian Purple #710034

Tints of Tyrian Purple #710034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 68.48%
G = 0%
B = 31.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710034 (or 0x710034) is known color: Tyrian Purple. HEX triplet: 71, 00 and 34. RGB value is (113,0,52). Sum of RGB (Red+Green+Blue) = 113+0+52=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #710034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710034 is #8EFFCB. Grayscale: #272727. Windows color (decimal): -9371596 or 3407985. OLE color: 3407985.

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

Color convert

RGB 113 0 52 -
CMYK 0 1 0.54 0.56
HSL 332.39º 1% 0.22% -
HSV(B) 332.39º 1% 0.44% -
XYZ 7.43 3.76 3.58 -
YUV 39.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 113 0 52 0 1 0.54 0.56 332.39 1 0.22
Hex 71 0 34 0 64 36 38 14C 64 16
Octal 161 0 64 0 144 66 70 514 144 26
Binary 1110001 0 110100 0 1100100 110110 111000 101001100 1100100 10110

Color Harmonies of #710034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710034

Black with #710034

Text Example


Text Example

White with #710034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710034; }

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

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

background-color css

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

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

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

border-color css

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

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

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