Html Css Color HEX #711282 Purple

📋 copy color: '#711282'

red 113 ◦ green 18 ◦ blue 130

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

Shades of Purple #711282

Tints of Purple #711282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 43.3%
G = 6.9%
B = 49.81%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711282 (or 0x711282) is known color: Purple. HEX triplet: 71, 12 and 82. RGB value is (113,18,130). Sum of RGB (Red+Green+Blue) = 113+18+130=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #711282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711282 is #8EED7D. Grayscale: #3A3A3A. Windows color (decimal): -9366910 or 8524401. OLE color: 8524401.

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

Color convert

RGB 113 18 130 -
CMYK 0.13 0.86 0 0.49
HSL 290.89º 0.76% 0.29% -
HSV(B) 290.89º 0.86% 0.51% -
XYZ 11.06 5.56 21.61 -
YUV 59.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 113 18 130 0.13 0.86 0 0.49 290.89 0.76 0.29
Hex 71 12 82 D 56 0 31 123 4C 1D
Octal 161 22 202 15 126 0 61 443 114 35
Binary 1110001 10010 10000010 1101 1010110 0 110001 100100011 1001100 11101

Color Harmonies of #711282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711282

Black with #711282

Text Example


Text Example

White with #711282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711282; }

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

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

background-color css

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

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

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

border-color css

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

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

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