Html Css Color HEX #710461 Purple

📋 copy color: '#710461'

red 113 ◦ green 4 ◦ blue 97

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

Shades of Purple #710461

Tints of Purple #710461

RGB

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

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

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

R = 52.8%
G = 1.87%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#710461 (or 0x710461) is known color: Purple. HEX triplet: 71, 04 and 61. RGB value is (113,4,97). Sum of RGB (Red+Green+Blue) = 113+4+97=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710461 is #8EFB9E. Grayscale: #2E2E2E. Windows color (decimal): -9370527 or 6358129. OLE color: 6358129.

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

Color convert

RGB 113 4 97 -
CMYK 0 0.96 0.14 0.56
HSL 308.81º 0.93% 0.23% -
HSV(B) 308.81º 0.96% 0.44% -
XYZ 9.01 4.46 11.7 -
YUV 47.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 113 4 97 0 0.96 0.14 0.56 308.81 0.93 0.23
Hex 71 4 61 0 60 E 38 135 5D 17
Octal 161 4 141 0 140 16 70 465 135 27
Binary 1110001 100 1100001 0 1100000 1110 111000 100110101 1011101 10111

Color Harmonies of #710461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710461

Black with #710461

Text Example


Text Example

White with #710461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710461; }

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

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

background-color css

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

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

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

border-color css

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

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

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