Html Css Color HEX #711985 Purple

📋 copy color: '#711985'

red 113 ◦ green 25 ◦ blue 133

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

Shades of Purple #711985

Tints of Purple #711985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 41.7%
G = 9.23%
B = 49.08%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711985 (or 0x711985) is known color: Purple. HEX triplet: 71, 19 and 85. RGB value is (113,25,133). Sum of RGB (Red+Green+Blue) = 113+25+133=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #711985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711985 is #8EE67A. Grayscale: #3F3F3F. Windows color (decimal): -9365115 or 8722801. OLE color: 8722801.

HSL color Cylindrical-coordinate representation of color #711985: hue angle of 288.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711985 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 25 133 -
CMYK 0.15 0.81 0 0.48
HSL 288.89º 0.68% 0.31% -
HSV(B) 288.89º 0.81% 0.52% -
XYZ 11.39 5.9 22.73 -
YUV 63.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 113 25 133 0.15 0.81 0 0.48 288.89 0.68 0.31
Hex 71 19 85 F 51 0 30 121 44 1F
Octal 161 31 205 17 121 0 60 441 104 37
Binary 1110001 11001 10000101 1111 1010001 0 110000 100100001 1000100 11111

Color Harmonies of #711985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711985

Black with #711985

Text Example


Text Example

White with #711985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711985; }

 p { color: rgb(113,25,133); }

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

background-color css

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

 a { background-color: rgb(113,25,133); }

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

border-color css

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

 span { border-color: rgb(113,25,133); }

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