Html Css Color HEX #711479 Purple

📋 copy color: '#711479'

red 113 ◦ green 20 ◦ blue 121

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

Shades of Purple #711479

Tints of Purple #711479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 44.49%
G = 7.87%
B = 47.64%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711479 (or 0x711479) is known color: Purple. HEX triplet: 71, 14 and 79. RGB value is (113,20,121). Sum of RGB (Red+Green+Blue) = 113+20+121=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #711479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711479 is #8EEB86. Grayscale: #3B3B3B. Windows color (decimal): -9366407 or 7935089. OLE color: 7935089.

HSL color Cylindrical-coordinate representation of color #711479: hue angle of 295.25º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711479 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 20 121 -
CMYK 0.07 0.83 0 0.53
HSL 295.25º 0.72% 0.28% -
HSV(B) 295.25º 0.83% 0.47% -
XYZ 10.51 5.39 18.58 -
YUV 59.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 113 20 121 0.07 0.83 0 0.53 295.25 0.72 0.28
Hex 71 14 79 7 53 0 35 127 48 1C
Octal 161 24 171 7 123 0 65 447 110 34
Binary 1110001 10100 1111001 111 1010011 0 110101 100100111 1001000 11100

Color Harmonies of #711479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711479

Black with #711479

Text Example


Text Example

White with #711479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711479; }

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

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

background-color css

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

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

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

border-color css

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

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

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