Html Css Color HEX #711482 Purple

📋 copy color: '#711482'

red 113 ◦ green 20 ◦ blue 130

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

Shades of Purple #711482

Tints of Purple #711482

RGB

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

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

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

R = 42.97%
G = 7.6%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711482 (or 0x711482) is known color: Purple. HEX triplet: 71, 14 and 82. RGB value is (113,20,130). Sum of RGB (Red+Green+Blue) = 113+20+130=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #711482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711482 is #8EEB7D. Grayscale: #3C3C3C. Windows color (decimal): -9366398 or 8524913. OLE color: 8524913.

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

Color convert

RGB 113 20 130 -
CMYK 0.13 0.85 0 0.49
HSL 290.73º 0.73% 0.29% -
HSV(B) 290.73º 0.85% 0.51% -
XYZ 11.09 5.62 21.62 -
YUV 60.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 113 20 130 0.13 0.85 0 0.49 290.73 0.73 0.29
Hex 71 14 82 D 55 0 31 123 49 1D
Octal 161 24 202 15 125 0 61 443 111 35
Binary 1110001 10100 10000010 1101 1010101 0 110001 100100011 1001001 11101

Color Harmonies of #711482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711482

Black with #711482

Text Example


Text Example

White with #711482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711482; }

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

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

background-color css

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

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

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

border-color css

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

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

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