Html Css Color HEX #711984 Purple

📋 copy color: '#711984'

red 113 ◦ green 25 ◦ blue 132

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

Shades of Purple #711984

Tints of Purple #711984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 41.85%
G = 9.26%
B = 48.89%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711984 (or 0x711984) is known color: Purple. HEX triplet: 71, 19 and 84. RGB value is (113,25,132). Sum of RGB (Red+Green+Blue) = 113+25+132=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #711984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711984 is #8EE67B. Grayscale: #3F3F3F. Windows color (decimal): -9365116 or 8657265. OLE color: 8657265.

HSL color Cylindrical-coordinate representation of color #711984: hue angle of 289.35º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711984 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 25 132 -
CMYK 0.14 0.81 0 0.48
HSL 289.35º 0.68% 0.31% -
HSV(B) 289.35º 0.81% 0.52% -
XYZ 11.32 5.87 22.37 -
YUV 63.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 113 25 132 0.14 0.81 0 0.48 289.35 0.68 0.31
Hex 71 19 84 E 51 0 30 121 44 1F
Octal 161 31 204 16 121 0 60 441 104 37
Binary 1110001 11001 10000100 1110 1010001 0 110000 100100001 1000100 11111

Color Harmonies of #711984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711984

Black with #711984

Text Example


Text Example

White with #711984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711984; }

 p { color: rgb(113,25,132); }

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

background-color css

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

 a { background-color: rgb(113,25,132); }

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

border-color css

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

 span { border-color: rgb(113,25,132); }

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