Html Css Color HEX #71063C Tyrian Purple

📋 copy color: '#71063C'

red 113 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #71063C

Tints of Tyrian Purple #71063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 63.13%
G = 3.35%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71063C (or 0x71063C) is known color: Tyrian Purple. HEX triplet: 71, 06 and 3C. RGB value is (113,6,60). Sum of RGB (Red+Green+Blue) = 113+6+60=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71063C is #8EF9C3. Grayscale: #2C2C2C. Windows color (decimal): -9370052 or 3933809. OLE color: 3933809.

HSL color Cylindrical-coordinate representation of color #71063C: hue angle of 329.72º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71063C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 60 -
CMYK 0 0.95 0.47 0.56
HSL 329.72º 0.9% 0.23% -
HSV(B) 329.72º 0.95% 0.44% -
XYZ 7.69 3.97 4.64 -
YUV 44.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 113 6 60 0 0.95 0.47 0.56 329.72 0.9 0.23
Hex 71 6 3C 0 5F 2F 38 14A 5A 17
Octal 161 6 74 0 137 57 70 512 132 27
Binary 1110001 110 111100 0 1011111 101111 111000 101001010 1011010 10111

Color Harmonies of #71063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71063C

Black with #71063C

Text Example


Text Example

White with #71063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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