Html Css Color HEX #71056F Purple

📋 copy color: '#71056F'

red 113 ◦ green 5 ◦ blue 111

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

Shades of Purple #71056F

Tints of Purple #71056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 49.34%
G = 2.18%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71056F (or 0x71056F) is known color: Purple. HEX triplet: 71, 05 and 6F. RGB value is (113,5,111). Sum of RGB (Red+Green+Blue) = 113+5+111=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71056F is #8EFA90. Grayscale: #313131. Windows color (decimal): -9370257 or 7275889. OLE color: 7275889.

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

Color convert

RGB 113 5 111 -
CMYK 0 0.96 0.02 0.56
HSL 301.11º 0.92% 0.23% -
HSV(B) 301.11º 0.96% 0.44% -
XYZ 9.73 4.77 15.45 -
YUV 49.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 113 5 111 0 0.96 0.02 0.56 301.11 0.92 0.23
Hex 71 5 6F 0 60 2 38 12D 5C 17
Octal 161 5 157 0 140 2 70 455 134 27
Binary 1110001 101 1101111 0 1100000 10 111000 100101101 1011100 10111

Color Harmonies of #71056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71056F

Black with #71056F

Text Example


Text Example

White with #71056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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