Html Css Color HEX #711673 Dark Purple

📋 copy color: '#711673'

red 113 ◦ green 22 ◦ blue 115

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

Shades of Dark Purple #711673

Tints of Dark Purple #711673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 45.2%
G = 8.8%
B = 46%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711673 (or 0x711673) is known color: Dark Purple. HEX triplet: 71, 16 and 73. RGB value is (113,22,115). Sum of RGB (Red+Green+Blue) = 113+22+115=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #711673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711673 is #8EE98C. Grayscale: #3B3B3B. Windows color (decimal): -9365901 or 7542385. OLE color: 7542385.

HSL color Cylindrical-coordinate representation of color #711673: hue angle of 298.71º 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 #711673 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 22 115 -
CMYK 0.02 0.81 0 0.55
HSL 298.71º 0.68% 0.27% -
HSV(B) 298.71º 0.81% 0.45% -
XYZ 10.19 5.32 16.71 -
YUV 59.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 113 22 115 0.02 0.81 0 0.55 298.71 0.68 0.27
Hex 71 16 73 2 51 0 37 12B 44 1B
Octal 161 26 163 2 121 0 67 453 104 33
Binary 1110001 10110 1110011 10 1010001 0 110111 100101011 1000100 11011

Color Harmonies of #711673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711673

Black with #711673

Text Example


Text Example

White with #711673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711673; }

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

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

background-color css

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

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

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

border-color css

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

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

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