Html Css Color HEX #711290 Purple

📋 copy color: '#711290'

red 113 ◦ green 18 ◦ blue 144

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

Shades of Purple #711290

Tints of Purple #711290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.36%

R = 41.09%
G = 6.55%
B = 52.36%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#711290 (or 0x711290) is known color: Purple. HEX triplet: 71, 12 and 90. RGB value is (113,18,144). Sum of RGB (Red+Green+Blue) = 113+18+144=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #711290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711290 is #8EED6F. Grayscale: #3C3C3C. Windows color (decimal): -9366896 or 9441905. OLE color: 9441905.

HSL color Cylindrical-coordinate representation of color #711290: hue angle of 285.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711290 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 18 144 -
CMYK 0.22 0.88 0 0.44
HSL 285.24º 0.78% 0.32% -
HSV(B) 285.24º 0.88% 0.56% -
XYZ 12.06 5.96 26.9 -
YUV 60.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 113 18 144 0.22 0.88 0 0.44 285.24 0.78 0.32
Hex 71 12 90 16 58 0 2C 11D 4E 20
Octal 161 22 220 26 130 0 54 435 116 40
Binary 1110001 10010 10010000 10110 1011000 0 101100 100011101 1001110 100000

Color Harmonies of #711290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711290

Black with #711290

Text Example


Text Example

White with #711290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711290; }

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

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

background-color css

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

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

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

border-color css

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

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

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