Html Css Color HEX #711874 Dark Purple

📋 copy color: '#711874'

red 113 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #711874

Tints of Dark Purple #711874

RGB

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

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

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

R = 44.66%
G = 9.49%
B = 45.85%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711874 (or 0x711874) is known color: Dark Purple. HEX triplet: 71, 18 and 74. RGB value is (113,24,116). Sum of RGB (Red+Green+Blue) = 113+24+116=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #711874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711874 is #8EE78B. Grayscale: #3C3C3C. Windows color (decimal): -9365388 or 7608433. OLE color: 7608433.

HSL color Cylindrical-coordinate representation of color #711874: hue angle of 298.04º degrees, saturation: 0.66, 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 #711874 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 24 116 -
CMYK 0.03 0.79 0 0.55
HSL 298.04º 0.66% 0.27% -
HSV(B) 298.04º 0.79% 0.45% -
XYZ 10.29 5.42 17.03 -
YUV 61.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 113 24 116 0.03 0.79 0 0.55 298.04 0.66 0.27
Hex 71 18 74 3 4F 0 37 12A 42 1B
Octal 161 30 164 3 117 0 67 452 102 33
Binary 1110001 11000 1110100 11 1001111 0 110111 100101010 1000010 11011

Color Harmonies of #711874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711874

Black with #711874

Text Example


Text Example

White with #711874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711874; }

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

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

background-color css

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

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

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

border-color css

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

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

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