Html Css Color HEX #710442 Tyrian Purple

📋 copy color: '#710442'

red 113 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #710442

Tints of Tyrian Purple #710442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 61.75%
G = 2.19%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#710442 (or 0x710442) is known color: Tyrian Purple. HEX triplet: 71, 04 and 42. RGB value is (113,4,66). Sum of RGB (Red+Green+Blue) = 113+4+66=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #710442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710442 is #8EFBBD. Grayscale: #2B2B2B. Windows color (decimal): -9370558 or 4326513. OLE color: 4326513.

HSL color Cylindrical-coordinate representation of color #710442: hue angle of 325.87º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710442 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 66 -
CMYK 0 0.96 0.42 0.56
HSL 325.87º 0.93% 0.23% -
HSV(B) 325.87º 0.96% 0.44% -
XYZ 7.84 3.99 5.51 -
YUV 43.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 113 4 66 0 0.96 0.42 0.56 325.87 0.93 0.23
Hex 71 4 42 0 60 2A 38 146 5D 17
Octal 161 4 102 0 140 52 70 506 135 27
Binary 1110001 100 1000010 0 1100000 101010 111000 101000110 1011101 10111

Color Harmonies of #710442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710442

Black with #710442

Text Example


Text Example

White with #710442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710442; }

 p { color: rgb(113,4,66); }

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

background-color css

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

 a { background-color: rgb(113,4,66); }

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

border-color css

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

 span { border-color: rgb(113,4,66); }

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