Html Css Color HEX #710038 Tyrian Purple

📋 copy color: '#710038'

red 113 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #710038

Tints of Tyrian Purple #710038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 66.86%
G = 0%
B = 33.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#710038 (or 0x710038) is known color: Tyrian Purple. HEX triplet: 71, 00 and 38. RGB value is (113,0,56). Sum of RGB (Red+Green+Blue) = 113+0+56=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #710038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710038 is #8EFFC7. Grayscale: #282828. Windows color (decimal): -9371592 or 3670129. OLE color: 3670129.

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

Color convert

RGB 113 0 56 -
CMYK 0 1 0.50 0.56
HSL 330.27º 1% 0.22% -
HSV(B) 330.27º 1% 0.44% -
XYZ 7.52 3.8 4.08 -
YUV 40.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 113 0 56 0 1 0.50 0.56 330.27 1 0.22
Hex 71 0 38 0 64 32 38 14A 64 16
Octal 161 0 70 0 144 62 70 512 144 26
Binary 1110001 0 111000 0 1100100 110010 111000 101001010 1100100 10110

Color Harmonies of #710038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710038

Black with #710038

Text Example


Text Example

White with #710038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710038; }

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

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

background-color css

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

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

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

border-color css

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

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

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