Html Css Color HEX #71056D Purple

📋 copy color: '#71056D'

red 113 ◦ green 5 ◦ blue 109

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

Shades of Purple #71056D

Tints of Purple #71056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 49.78%
G = 2.2%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71056D (or 0x71056D) is known color: Purple. HEX triplet: 71, 05 and 6D. RGB value is (113,5,109). Sum of RGB (Red+Green+Blue) = 113+5+109=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71056D is #8EFA92. Grayscale: #303030. Windows color (decimal): -9370259 or 7144817. OLE color: 7144817.

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

Color convert

RGB 113 5 109 -
CMYK 0 0.96 0.04 0.56
HSL 302.22º 0.92% 0.23% -
HSV(B) 302.22º 0.96% 0.44% -
XYZ 9.62 4.72 14.87 -
YUV 49.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 113 5 109 0 0.96 0.04 0.56 302.22 0.92 0.23
Hex 71 5 6D 0 60 4 38 12E 5C 17
Octal 161 5 155 0 140 4 70 456 134 27
Binary 1110001 101 1101101 0 1100000 100 111000 100101110 1011100 10111

Color Harmonies of #71056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71056D

Black with #71056D

Text Example


Text Example

White with #71056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,5,109); }

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

background-color css

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

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

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

border-color css

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

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

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