Html Css Color HEX #710A33 Tyrian Purple

📋 copy color: '#710A33'

red 113 ◦ green 10 ◦ blue 51

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

Shades of Tyrian Purple #710A33

Tints of Tyrian Purple #710A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.75%

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

R = 64.94%
G = 5.75%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#710A33 (or 0x710A33) is known color: Tyrian Purple. HEX triplet: 71, 0A and 33. RGB value is (113,10,51). Sum of RGB (Red+Green+Blue) = 113+10+51=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A33 is #8EF5CC. Grayscale: #2D2D2D. Windows color (decimal): -9369037 or 3345009. OLE color: 3345009.

HSL color Cylindrical-coordinate representation of color #710A33: hue angle of 336.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A33 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 51 -
CMYK 0 0.91 0.55 0.56
HSL 336.12º 0.84% 0.24% -
HSV(B) 336.12º 0.91% 0.44% -
XYZ 7.52 3.97 3.5 -
YUV 45.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 113 10 51 0 0.91 0.55 0.56 336.12 0.84 0.24
Hex 71 A 33 0 5B 37 38 150 54 18
Octal 161 12 63 0 133 67 70 520 124 30
Binary 1110001 1010 110011 0 1011011 110111 111000 101010000 1010100 11000

Color Harmonies of #710A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A33

Black with #710A33

Text Example


Text Example

White with #710A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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