Html Css Color HEX #71117D Purple

📋 copy color: '#71117D'

red 113 ◦ green 17 ◦ blue 125

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

Shades of Purple #71117D

Tints of Purple #71117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 44.31%
G = 6.67%
B = 49.02%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71117D (or 0x71117D) is known color: Purple. HEX triplet: 71, 11 and 7D. RGB value is (113,17,125). Sum of RGB (Red+Green+Blue) = 113+17+125=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #71117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71117D is #8EEE82. Grayscale: #393939. Windows color (decimal): -9367171 or 8196465. OLE color: 8196465.

HSL color Cylindrical-coordinate representation of color #71117D: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71117D is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 17 125 -
CMYK 0.10 0.86 0 0.51
HSL 293.33º 0.76% 0.28% -
HSV(B) 293.33º 0.86% 0.49% -
XYZ 10.71 5.39 19.88 -
YUV 58.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 113 17 125 0.10 0.86 0 0.51 293.33 0.76 0.28
Hex 71 11 7D A 56 0 33 125 4C 1C
Octal 161 21 175 12 126 0 63 445 114 34
Binary 1110001 10001 1111101 1010 1010110 0 110011 100100101 1001100 11100

Color Harmonies of #71117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71117D

Black with #71117D

Text Example


Text Example

White with #71117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71117D; }

 p { color: rgb(113,17,125); }

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

background-color css

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

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

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

border-color css

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

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

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