Html Css Color HEX #711585 Purple

📋 copy color: '#711585'

red 113 ◦ green 21 ◦ blue 133

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

Shades of Purple #711585

Tints of Purple #711585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 42.32%
G = 7.87%
B = 49.81%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711585 (or 0x711585) is known color: Purple. HEX triplet: 71, 15 and 85. RGB value is (113,21,133). Sum of RGB (Red+Green+Blue) = 113+21+133=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #711585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711585 is #8EEA7A. Grayscale: #3C3C3C. Windows color (decimal): -9366139 or 8721777. OLE color: 8721777.

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

Color convert

RGB 113 21 133 -
CMYK 0.15 0.84 0 0.48
HSL 289.29º 0.73% 0.3% -
HSV(B) 289.29º 0.84% 0.52% -
XYZ 11.31 5.74 22.7 -
YUV 61.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 113 21 133 0.15 0.84 0 0.48 289.29 0.73 0.3
Hex 71 15 85 F 54 0 30 121 49 1E
Octal 161 25 205 17 124 0 60 441 111 36
Binary 1110001 10101 10000101 1111 1010100 0 110000 100100001 1001001 11110

Color Harmonies of #711585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711585

Black with #711585

Text Example


Text Example

White with #711585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711585; }

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

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

background-color css

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

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

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

border-color css

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

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

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