Html Css Color HEX #710161 Purple

📋 copy color: '#710161'

red 113 ◦ green 1 ◦ blue 97

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

Shades of Purple #710161

Tints of Purple #710161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 53.55%
G = 0.47%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#710161 (or 0x710161) is known color: Purple. HEX triplet: 71, 01 and 61. RGB value is (113,1,97). Sum of RGB (Red+Green+Blue) = 113+1+97=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710161 is #8EFE9E. Grayscale: #2D2D2D. Windows color (decimal): -9371295 or 6357361. OLE color: 6357361.

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

Color convert

RGB 113 1 97 -
CMYK 0 0.99 0.14 0.56
HSL 308.57º 0.98% 0.22% -
HSV(B) 308.57º 0.99% 0.44% -
XYZ 8.98 4.4 11.68 -
YUV 45.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 113 1 97 0 0.99 0.14 0.56 308.57 0.98 0.22
Hex 71 1 61 0 63 E 38 135 62 16
Octal 161 1 141 0 143 16 70 465 142 26
Binary 1110001 1 1100001 0 1100011 1110 111000 100110101 1100010 10110

Color Harmonies of #710161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710161

Black with #710161

Text Example


Text Example

White with #710161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710161; }

 p { color: rgb(113,1,97); }

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

background-color css

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

 a { background-color: rgb(113,1,97); }

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

border-color css

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

 span { border-color: rgb(113,1,97); }

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