Html Css Color HEX #710D7F Purple

📋 copy color: '#710D7F'

red 113 ◦ green 13 ◦ blue 127

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

Shades of Purple #710D7F

Tints of Purple #710D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

 BLUE value IS 127 (50% from 255) = 50.2%

R = 44.66%
G = 5.14%
B = 50.2%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#710D7F (or 0x710D7F) is known color: Purple. HEX triplet: 71, 0D and 7F. RGB value is (113,13,127). Sum of RGB (Red+Green+Blue) = 113+13+127=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #710D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D7F is #8EF280. Grayscale: #373737. Windows color (decimal): -9368193 or 8326513. OLE color: 8326513.

HSL color Cylindrical-coordinate representation of color #710D7F: hue angle of 292.63º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710D7F is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 13 127 -
CMYK 0.11 0.90 0 0.50
HSL 292.63º 0.81% 0.27% -
HSV(B) 292.63º 0.9% 0.5% -
XYZ 10.78 5.33 20.54 -
YUV 55.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 113 13 127 0.11 0.90 0 0.50 292.63 0.81 0.27
Hex 71 D 7F B 5A 0 32 125 51 1B
Octal 161 15 177 13 132 0 62 445 121 33
Binary 1110001 1101 1111111 1011 1011010 0 110010 100100101 1010001 11011

Color Harmonies of #710D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D7F

Black with #710D7F

Text Example


Text Example

White with #710D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,127); }

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

background-color css

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

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

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

border-color css

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

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

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