Html Css Color HEX #710234 Tyrian Purple

📋 copy color: '#710234'

red 113 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #710234

Tints of Tyrian Purple #710234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 67.66%
G = 1.2%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710234 (or 0x710234) is known color: Tyrian Purple. HEX triplet: 71, 02 and 34. RGB value is (113,2,52). Sum of RGB (Red+Green+Blue) = 113+2+52=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710234 is #8EFDCB. Grayscale: #282828. Windows color (decimal): -9371084 or 3408497. OLE color: 3408497.

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

Color convert

RGB 113 2 52 -
CMYK 0 0.98 0.54 0.56
HSL 332.97º 0.97% 0.23% -
HSV(B) 332.97º 0.98% 0.44% -
XYZ 7.45 3.8 3.59 -
YUV 40.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 113 2 52 0 0.98 0.54 0.56 332.97 0.97 0.23
Hex 71 2 34 0 62 36 38 14D 61 17
Octal 161 2 64 0 142 66 70 515 141 27
Binary 1110001 10 110100 0 1100010 110110 111000 101001101 1100001 10111

Color Harmonies of #710234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710234

Black with #710234

Text Example


Text Example

White with #710234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710234; }

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

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

background-color css

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

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

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

border-color css

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

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

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