Html Css Color HEX #71003C Tyrian Purple

📋 copy color: '#71003C'

red 113 ◦ green 0 ◦ blue 60

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

Shades of Tyrian Purple #71003C

Tints of Tyrian Purple #71003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 65.32%
G = 0%
B = 34.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71003C (or 0x71003C) is known color: Tyrian Purple. HEX triplet: 71, 00 and 3C. RGB value is (113,0,60). Sum of RGB (Red+Green+Blue) = 113+0+60=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71003C is #8EFFC3. Grayscale: #282828. Windows color (decimal): -9371588 or 3932273. OLE color: 3932273.

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

Color convert

RGB 113 0 60 -
CMYK 0 1 0.47 0.56
HSL 328.14º 1% 0.22% -
HSV(B) 328.14º 1% 0.44% -
XYZ 7.63 3.84 4.61 -
YUV 40.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 113 0 60 0 1 0.47 0.56 328.14 1 0.22
Hex 71 0 3C 0 64 2F 38 148 64 16
Octal 161 0 74 0 144 57 70 510 144 26
Binary 1110001 0 111100 0 1100100 101111 111000 101001000 1100100 10110

Color Harmonies of #71003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71003C

Black with #71003C

Text Example


Text Example

White with #71003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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