Html Css Color HEX #710371 Purple

📋 copy color: '#710371'

red 113 ◦ green 3 ◦ blue 113

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

Shades of Purple #710371

Tints of Purple #710371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 49.34%
G = 1.31%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#710371 (or 0x710371) is known color: Purple. HEX triplet: 71, 03 and 71. RGB value is (113,3,113). Sum of RGB (Red+Green+Blue) = 113+3+113=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #710371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710371 is #8EFC8E. Grayscale: #303030. Windows color (decimal): -9370767 or 7406449. OLE color: 7406449.

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

Color convert

RGB 113 3 113 -
CMYK 0 0.97 0 0.56
HSL 300º 0.95% 0.23% -
HSV(B) 300º 0.97% 0.44% -
XYZ 9.82 4.77 16.03 -
YUV 48.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 113 3 113 0 0.97 0 0.56 300 0.95 0.23
Hex 71 3 71 0 61 0 38 12C 5F 17
Octal 161 3 161 0 141 0 70 454 137 27
Binary 1110001 11 1110001 0 1100001 0 111000 100101100 1011111 10111

Color Harmonies of #710371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710371

Black with #710371

Text Example


Text Example

White with #710371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710371; }

 p { color: rgb(113,3,113); }

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

background-color css

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

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

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

border-color css

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

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

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