Html Css Color HEX #711774 Dark Purple

📋 copy color: '#711774'

red 113 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #711774

Tints of Dark Purple #711774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 44.84%
G = 9.13%
B = 46.03%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711774 (or 0x711774) is known color: Dark Purple. HEX triplet: 71, 17 and 74. RGB value is (113,23,116). Sum of RGB (Red+Green+Blue) = 113+23+116=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #711774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711774 is #8EE88B. Grayscale: #3C3C3C. Windows color (decimal): -9365644 or 7608177. OLE color: 7608177.

HSL color Cylindrical-coordinate representation of color #711774: hue angle of 298.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711774 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 23 116 -
CMYK 0.03 0.80 0 0.55
HSL 298.06º 0.67% 0.27% -
HSV(B) 298.06º 0.8% 0.45% -
XYZ 10.27 5.38 17.02 -
YUV 60.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 113 23 116 0.03 0.80 0 0.55 298.06 0.67 0.27
Hex 71 17 74 3 50 0 37 12A 43 1B
Octal 161 27 164 3 120 0 67 452 103 33
Binary 1110001 10111 1110100 11 1010000 0 110111 100101010 1000011 11011

Color Harmonies of #711774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711774

Black with #711774

Text Example


Text Example

White with #711774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711774; }

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

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

background-color css

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

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

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

border-color css

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

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

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