Html Css Color HEX #71003B Tyrian Purple

📋 copy color: '#71003B'

red 113 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #71003B

Tints of Tyrian Purple #71003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.3%

R = 65.7%
G = 0%
B = 34.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71003B (or 0x71003B) is known color: Tyrian Purple. HEX triplet: 71, 00 and 3B. RGB value is (113,0,59). Sum of RGB (Red+Green+Blue) = 113+0+59=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #71003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71003B is #8EFFC4. Grayscale: #282828. Windows color (decimal): -9371589 or 3866737. OLE color: 3866737.

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

Color convert

RGB 113 0 59 -
CMYK 0 1 0.48 0.56
HSL 328.67º 1% 0.22% -
HSV(B) 328.67º 1% 0.44% -
XYZ 7.6 3.83 4.48 -
YUV 40.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 113 0 59 0 1 0.48 0.56 328.67 1 0.22
Hex 71 0 3B 0 64 30 38 149 64 16
Octal 161 0 73 0 144 60 70 511 144 26
Binary 1110001 0 111011 0 1100100 110000 111000 101001001 1100100 10110

Color Harmonies of #71003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71003B

Black with #71003B

Text Example


Text Example

White with #71003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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