Html Css Color HEX #71093F Tyrian Purple

📋 copy color: '#71093F'

red 113 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #71093F

Tints of Tyrian Purple #71093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 63 (25% from 255) = 34.05%

R = 61.08%
G = 4.86%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71093F (or 0x71093F) is known color: Tyrian Purple. HEX triplet: 71, 09 and 3F. RGB value is (113,9,63). Sum of RGB (Red+Green+Blue) = 113+9+63=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #71093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71093F is #8EF6C0. Grayscale: #2E2E2E. Windows color (decimal): -9369281 or 4131185. OLE color: 4131185.

HSL color Cylindrical-coordinate representation of color #71093F: hue angle of 328.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71093F is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 63 -
CMYK 0 0.92 0.44 0.56
HSL 328.85º 0.85% 0.24% -
HSV(B) 328.85º 0.92% 0.44% -
XYZ 7.8 4.06 5.08 -
YUV 46.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 113 9 63 0 0.92 0.44 0.56 328.85 0.85 0.24
Hex 71 9 3F 0 5C 2C 38 149 55 18
Octal 161 11 77 0 134 54 70 511 125 30
Binary 1110001 1001 111111 0 1011100 101100 111000 101001001 1010101 11000

Color Harmonies of #71093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71093F

Black with #71093F

Text Example


Text Example

White with #71093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71093F; }

 p { color: rgb(113,9,63); }

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

background-color css

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

 a { background-color: rgb(113,9,63); }

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

border-color css

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

 span { border-color: rgb(113,9,63); }

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