Html Css Color HEX #71017F Purple

📋 copy color: '#71017F'

red 113 ◦ green 1 ◦ blue 127

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

Shades of Purple #71017F

Tints of Purple #71017F

RGB

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

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

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

R = 46.89%
G = 0.41%
B = 52.7%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71017F (or 0x71017F) is known color: Purple. HEX triplet: 71, 01 and 7F. RGB value is (113,1,127). Sum of RGB (Red+Green+Blue) = 113+1+127=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #71017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71017F is #8EFE80. Grayscale: #303030. Windows color (decimal): -9371265 or 8323441. OLE color: 8323441.

HSL color Cylindrical-coordinate representation of color #71017F: hue angle of 293.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71017F is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 1 127 -
CMYK 0.11 0.99 0 0.50
HSL 293.33º 0.98% 0.25% -
HSV(B) 293.33º 0.99% 0.5% -
XYZ 10.65 5.06 20.49 -
YUV 48.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 113 1 127 0.11 0.99 0 0.50 293.33 0.98 0.25
Hex 71 1 7F B 63 0 32 125 62 19
Octal 161 1 177 13 143 0 62 445 142 31
Binary 1110001 1 1111111 1011 1100011 0 110010 100100101 1100010 11001

Color Harmonies of #71017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71017F

Black with #71017F

Text Example


Text Example

White with #71017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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