Html Css Color HEX #710233 Tyrian Purple

📋 copy color: '#710233'

red 113 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #710233

Tints of Tyrian Purple #710233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 68.07%
G = 1.2%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#710233 (or 0x710233) is known color: Tyrian Purple. HEX triplet: 71, 02 and 33. RGB value is (113,2,51). Sum of RGB (Red+Green+Blue) = 113+2+51=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #710233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710233 is #8EFDCC. Grayscale: #282828. Windows color (decimal): -9371085 or 3342961. OLE color: 3342961.

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

Color convert

RGB 113 2 51 -
CMYK 0 0.98 0.55 0.56
HSL 333.51º 0.97% 0.23% -
HSV(B) 333.51º 0.98% 0.44% -
XYZ 7.43 3.79 3.47 -
YUV 40.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 113 2 51 0 0.98 0.55 0.56 333.51 0.97 0.23
Hex 71 2 33 0 62 37 38 14E 61 17
Octal 161 2 63 0 142 67 70 516 141 27
Binary 1110001 10 110011 0 1100010 110111 111000 101001110 1100001 10111

Color Harmonies of #710233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710233

Black with #710233

Text Example


Text Example

White with #710233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710233; }

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

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

background-color css

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

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

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

border-color css

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

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

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