Html Css Color HEX #711778 Purple

📋 copy color: '#711778'

red 113 ◦ green 23 ◦ blue 120

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

Shades of Purple #711778

Tints of Purple #711778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 44.14%
G = 8.98%
B = 46.88%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711778 (or 0x711778) is known color: Purple. HEX triplet: 71, 17 and 78. RGB value is (113,23,120). Sum of RGB (Red+Green+Blue) = 113+23+120=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #711778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711778 is #8EE887. Grayscale: #3C3C3C. Windows color (decimal): -9365640 or 7870321. OLE color: 7870321.

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

Color convert

RGB 113 23 120 -
CMYK 0.06 0.81 0 0.53
HSL 295.67º 0.68% 0.28% -
HSV(B) 295.67º 0.81% 0.47% -
XYZ 10.51 5.48 18.27 -
YUV 60.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 113 23 120 0.06 0.81 0 0.53 295.67 0.68 0.28
Hex 71 17 78 6 51 0 35 128 44 1C
Octal 161 27 170 6 121 0 65 450 104 34
Binary 1110001 10111 1111000 110 1010001 0 110101 100101000 1000100 11100

Color Harmonies of #711778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711778

Black with #711778

Text Example


Text Example

White with #711778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711778; }

 p { color: rgb(113,23,120); }

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

background-color css

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

 a { background-color: rgb(113,23,120); }

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

border-color css

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

 span { border-color: rgb(113,23,120); }

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