Html Css Color HEX #711484 Purple

📋 copy color: '#711484'

red 113 ◦ green 20 ◦ blue 132

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

Shades of Purple #711484

Tints of Purple #711484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 42.64%
G = 7.55%
B = 49.81%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711484 (or 0x711484) is known color: Purple. HEX triplet: 71, 14 and 84. RGB value is (113,20,132). Sum of RGB (Red+Green+Blue) = 113+20+132=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #711484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711484 is #8EEB7B. Grayscale: #3C3C3C. Windows color (decimal): -9366396 or 8655985. OLE color: 8655985.

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

Color convert

RGB 113 20 132 -
CMYK 0.14 0.85 0 0.48
HSL 289.82º 0.74% 0.3% -
HSV(B) 289.82º 0.85% 0.52% -
XYZ 11.23 5.68 22.33 -
YUV 60.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 113 20 132 0.14 0.85 0 0.48 289.82 0.74 0.3
Hex 71 14 84 E 55 0 30 122 4A 1E
Octal 161 24 204 16 125 0 60 442 112 36
Binary 1110001 10100 10000100 1110 1010101 0 110000 100100010 1001010 11110

Color Harmonies of #711484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711484

Black with #711484

Text Example


Text Example

White with #711484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711484; }

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

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

background-color css

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

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

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

border-color css

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

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

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