Html Css Color HEX #711283 Purple

📋 copy color: '#711283'

red 113 ◦ green 18 ◦ blue 131

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

Shades of Purple #711283

Tints of Purple #711283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50%

R = 43.13%
G = 6.87%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711283 (or 0x711283) is known color: Purple. HEX triplet: 71, 12 and 83. RGB value is (113,18,131). Sum of RGB (Red+Green+Blue) = 113+18+131=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #711283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711283 is #8EED7C. Grayscale: #3A3A3A. Windows color (decimal): -9366909 or 8589937. OLE color: 8589937.

HSL color Cylindrical-coordinate representation of color #711283: hue angle of 290.44º 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 #711283 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 18 131 -
CMYK 0.14 0.86 0 0.49
HSL 290.44º 0.76% 0.29% -
HSV(B) 290.44º 0.86% 0.51% -
XYZ 11.12 5.58 21.96 -
YUV 59.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 113 18 131 0.14 0.86 0 0.49 290.44 0.76 0.29
Hex 71 12 83 E 56 0 31 122 4C 1D
Octal 161 22 203 16 126 0 61 442 114 35
Binary 1110001 10010 10000011 1110 1010110 0 110001 100100010 1001100 11101

Color Harmonies of #711283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711283

Black with #711283

Text Example


Text Example

White with #711283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711283; }

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

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

background-color css

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

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

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

border-color css

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

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

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