Html Css Color HEX #710432 Tyrian Purple

📋 copy color: '#710432'

red 113 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #710432

Tints of Tyrian Purple #710432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 67.66%
G = 2.4%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#710432 (or 0x710432) is known color: Tyrian Purple. HEX triplet: 71, 04 and 32. RGB value is (113,4,50). Sum of RGB (Red+Green+Blue) = 113+4+50=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #710432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710432 is #8EFBCD. Grayscale: #292929. Windows color (decimal): -9370574 or 3277937. OLE color: 3277937.

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

Color convert

RGB 113 4 50 -
CMYK 0 0.96 0.56 0.56
HSL 334.68º 0.93% 0.23% -
HSV(B) 334.68º 0.96% 0.44% -
XYZ 7.43 3.83 3.36 -
YUV 41.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 113 4 50 0 0.96 0.56 0.56 334.68 0.93 0.23
Hex 71 4 32 0 60 38 38 14F 5D 17
Octal 161 4 62 0 140 70 70 517 135 27
Binary 1110001 100 110010 0 1100000 111000 111000 101001111 1011101 10111

Color Harmonies of #710432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710432

Black with #710432

Text Example


Text Example

White with #710432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710432; }

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

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

background-color css

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

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

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

border-color css

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

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

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