Html Css Color HEX #71056E Purple

📋 copy color: '#71056E'

red 113 ◦ green 5 ◦ blue 110

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

Shades of Purple #71056E

Tints of Purple #71056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 49.56%
G = 2.19%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71056E (or 0x71056E) is known color: Purple. HEX triplet: 71, 05 and 6E. RGB value is (113,5,110). Sum of RGB (Red+Green+Blue) = 113+5+110=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71056E is #8EFA91. Grayscale: #303030. Windows color (decimal): -9370258 or 7210353. OLE color: 7210353.

HSL color Cylindrical-coordinate representation of color #71056E: hue angle of 301.67º 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 #71056E is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 110 -
CMYK 0 0.96 0.03 0.56
HSL 301.67º 0.92% 0.23% -
HSV(B) 301.67º 0.96% 0.44% -
XYZ 9.68 4.75 15.16 -
YUV 49.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 113 5 110 0 0.96 0.03 0.56 301.67 0.92 0.23
Hex 71 5 6E 0 60 3 38 12E 5C 17
Octal 161 5 156 0 140 3 70 456 134 27
Binary 1110001 101 1101110 0 1100000 11 111000 100101110 1011100 10111

Color Harmonies of #71056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71056E

Black with #71056E

Text Example


Text Example

White with #71056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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