Html Css Color HEX #71136F Dark Purple

📋 copy color: '#71136F'

red 113 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #71136F

Tints of Dark Purple #71136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 46.5%
G = 7.82%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71136F (or 0x71136F) is known color: Dark Purple. HEX triplet: 71, 13 and 6F. RGB value is (113,19,111). Sum of RGB (Red+Green+Blue) = 113+19+111=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136F is #8EEC90. Grayscale: #393939. Windows color (decimal): -9366673 or 7279473. OLE color: 7279473.

HSL color Cylindrical-coordinate representation of color #71136F: hue angle of 301.28º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71136F is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 111 -
CMYK 0 0.83 0.02 0.56
HSL 301.28º 0.71% 0.26% -
HSV(B) 301.28º 0.83% 0.44% -
XYZ 9.91 5.12 15.51 -
YUV 57.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 113 19 111 0 0.83 0.02 0.56 301.28 0.71 0.26
Hex 71 13 6F 0 53 2 38 12D 47 1A
Octal 161 23 157 0 123 2 70 455 107 32
Binary 1110001 10011 1101111 0 1010011 10 111000 100101101 1000111 11010

Color Harmonies of #71136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71136F

Black with #71136F

Text Example


Text Example

White with #71136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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