Html Css Color HEX #711682 Purple

📋 copy color: '#711682'

red 113 ◦ green 22 ◦ blue 130

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

Shades of Purple #711682

Tints of Purple #711682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 42.64%
G = 8.3%
B = 49.06%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711682 (or 0x711682) is known color: Purple. HEX triplet: 71, 16 and 82. RGB value is (113,22,130). Sum of RGB (Red+Green+Blue) = 113+22+130=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #711682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711682 is #8EE97D. Grayscale: #3D3D3D. Windows color (decimal): -9365886 or 8525425. OLE color: 8525425.

HSL color Cylindrical-coordinate representation of color #711682: hue angle of 290.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711682 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 22 130 -
CMYK 0.13 0.83 0 0.49
HSL 290.56º 0.71% 0.3% -
HSV(B) 290.56º 0.83% 0.51% -
XYZ 11.13 5.7 21.63 -
YUV 61.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 113 22 130 0.13 0.83 0 0.49 290.56 0.71 0.3
Hex 71 16 82 D 53 0 31 123 47 1E
Octal 161 26 202 15 123 0 61 443 107 36
Binary 1110001 10110 10000010 1101 1010011 0 110001 100100011 1000111 11110

Color Harmonies of #711682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711682

Black with #711682

Text Example


Text Example

White with #711682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711682; }

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

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

background-color css

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

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

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

border-color css

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

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

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