Html Css Color HEX #711873 Dark Purple

📋 copy color: '#711873'

red 113 ◦ green 24 ◦ blue 115

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

Shades of Dark Purple #711873

Tints of Dark Purple #711873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 44.84%
G = 9.52%
B = 45.63%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711873 (or 0x711873) is known color: Dark Purple. HEX triplet: 71, 18 and 73. RGB value is (113,24,115). Sum of RGB (Red+Green+Blue) = 113+24+115=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #711873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711873 is #8EE78C. Grayscale: #3C3C3C. Windows color (decimal): -9365389 or 7542897. OLE color: 7542897.

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

Color convert

RGB 113 24 115 -
CMYK 0.02 0.79 0 0.55
HSL 298.68º 0.65% 0.27% -
HSV(B) 298.68º 0.79% 0.45% -
XYZ 10.23 5.4 16.72 -
YUV 60.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 113 24 115 0.02 0.79 0 0.55 298.68 0.65 0.27
Hex 71 18 73 2 4F 0 37 12B 41 1B
Octal 161 30 163 2 117 0 67 453 101 33
Binary 1110001 11000 1110011 10 1001111 0 110111 100101011 1000001 11011

Color Harmonies of #711873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711873

Black with #711873

Text Example


Text Example

White with #711873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711873; }

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

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

background-color css

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

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

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

border-color css

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

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

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