Html Css Color HEX #710433 Tyrian Purple

📋 copy color: '#710433'

red 113 ◦ green 4 ◦ blue 51

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

Shades of Tyrian Purple #710433

Tints of Tyrian Purple #710433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 67.26%
G = 2.38%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#710433 (or 0x710433) is known color: Tyrian Purple. HEX triplet: 71, 04 and 33. RGB value is (113,4,51). Sum of RGB (Red+Green+Blue) = 113+4+51=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #710433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710433 is #8EFBCC. Grayscale: #292929. Windows color (decimal): -9370573 or 3343473. OLE color: 3343473.

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

Color convert

RGB 113 4 51 -
CMYK 0 0.96 0.55 0.56
HSL 334.13º 0.93% 0.23% -
HSV(B) 334.13º 0.96% 0.44% -
XYZ 7.45 3.84 3.48 -
YUV 41.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 113 4 51 0 0.96 0.55 0.56 334.13 0.93 0.23
Hex 71 4 33 0 60 37 38 14E 5D 17
Octal 161 4 63 0 140 67 70 516 135 27
Binary 1110001 100 110011 0 1100000 110111 111000 101001110 1011101 10111

Color Harmonies of #710433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710433

Black with #710433

Text Example


Text Example

White with #710433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710433; }

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

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

background-color css

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

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

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

border-color css

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

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

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