Html Css Color HEX #71117B Purple

📋 copy color: '#71117B'

red 113 ◦ green 17 ◦ blue 123

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

Shades of Purple #71117B

Tints of Purple #71117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 44.66%
G = 6.72%
B = 48.62%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71117B (or 0x71117B) is known color: Purple. HEX triplet: 71, 11 and 7B. RGB value is (113,17,123). Sum of RGB (Red+Green+Blue) = 113+17+123=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #71117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71117B is #8EEE84. Grayscale: #393939. Windows color (decimal): -9367173 or 8065393. OLE color: 8065393.

HSL color Cylindrical-coordinate representation of color #71117B: hue angle of 294.34º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71117B is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 17 123 -
CMYK 0.08 0.86 0 0.52
HSL 294.34º 0.76% 0.27% -
HSV(B) 294.34º 0.86% 0.48% -
XYZ 10.59 5.34 19.21 -
YUV 57.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 113 17 123 0.08 0.86 0 0.52 294.34 0.76 0.27
Hex 71 11 7B 8 56 0 34 126 4C 1B
Octal 161 21 173 10 126 0 64 446 114 33
Binary 1110001 10001 1111011 1000 1010110 0 110100 100100110 1001100 11011

Color Harmonies of #71117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71117B

Black with #71117B

Text Example


Text Example

White with #71117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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