Html Css Color HEX #711674 Dark Purple

📋 copy color: '#711674'

red 113 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #711674

Tints of Dark Purple #711674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 45.02%
G = 8.76%
B = 46.22%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711674 (or 0x711674) is known color: Dark Purple. HEX triplet: 71, 16 and 74. RGB value is (113,22,116). Sum of RGB (Red+Green+Blue) = 113+22+116=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #711674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711674 is #8EE98B. Grayscale: #3B3B3B. Windows color (decimal): -9365900 or 7607921. OLE color: 7607921.

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

Color convert

RGB 113 22 116 -
CMYK 0.03 0.81 0 0.55
HSL 298.09º 0.68% 0.27% -
HSV(B) 298.09º 0.81% 0.45% -
XYZ 10.25 5.35 17.01 -
YUV 59.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 113 22 116 0.03 0.81 0 0.55 298.09 0.68 0.27
Hex 71 16 74 3 51 0 37 12A 44 1B
Octal 161 26 164 3 121 0 67 452 104 33
Binary 1110001 10110 1110100 11 1010001 0 110111 100101010 1000100 11011

Color Harmonies of #711674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711674

Black with #711674

Text Example


Text Example

White with #711674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711674; }

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

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

background-color css

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

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

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

border-color css

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

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

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