Html Css Color HEX #711685 Purple

📋 copy color: '#711685'

red 113 ◦ green 22 ◦ blue 133

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

Shades of Purple #711685

Tints of Purple #711685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 42.16%
G = 8.21%
B = 49.63%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711685 (or 0x711685) is known color: Purple. HEX triplet: 71, 16 and 85. RGB value is (113,22,133). Sum of RGB (Red+Green+Blue) = 113+22+133=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #711685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711685 is #8EE97A. Grayscale: #3D3D3D. Windows color (decimal): -9365883 or 8722033. OLE color: 8722033.

HSL color Cylindrical-coordinate representation of color #711685: hue angle of 289.19º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711685 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 22 133 -
CMYK 0.15 0.83 0 0.48
HSL 289.19º 0.72% 0.3% -
HSV(B) 289.19º 0.83% 0.52% -
XYZ 11.33 5.78 22.71 -
YUV 61.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 113 22 133 0.15 0.83 0 0.48 289.19 0.72 0.3
Hex 71 16 85 F 53 0 30 121 48 1E
Octal 161 26 205 17 123 0 60 441 110 36
Binary 1110001 10110 10000101 1111 1010011 0 110000 100100001 1001000 11110

Color Harmonies of #711685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711685

Black with #711685

Text Example


Text Example

White with #711685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711685; }

 p { color: rgb(113,22,133); }

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

background-color css

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

 a { background-color: rgb(113,22,133); }

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

border-color css

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

 span { border-color: rgb(113,22,133); }

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