Html Css Color HEX #711675 Dark Purple

📋 copy color: '#711675'

red 113 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #711675

Tints of Dark Purple #711675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 44.84%
G = 8.73%
B = 46.43%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711675 (or 0x711675) is known color: Dark Purple. HEX triplet: 71, 16 and 75. RGB value is (113,22,117). Sum of RGB (Red+Green+Blue) = 113+22+117=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #711675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711675 is #8EE98A. Grayscale: #3B3B3B. Windows color (decimal): -9365899 or 7673457. OLE color: 7673457.

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

Color convert

RGB 113 22 117 -
CMYK 0.03 0.81 0 0.54
HSL 297.47º 0.68% 0.27% -
HSV(B) 297.47º 0.81% 0.46% -
XYZ 10.31 5.37 17.32 -
YUV 60.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 113 22 117 0.03 0.81 0 0.54 297.47 0.68 0.27
Hex 71 16 75 3 51 0 36 129 44 1B
Octal 161 26 165 3 121 0 66 451 104 33
Binary 1110001 10110 1110101 11 1010001 0 110110 100101001 1000100 11011

Color Harmonies of #711675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711675

Black with #711675

Text Example


Text Example

White with #711675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711675; }

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

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

background-color css

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

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

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

border-color css

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

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

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