Html Css Color HEX #711275 Purple

📋 copy color: '#711275'

red 113 ◦ green 18 ◦ blue 117

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

Shades of Purple #711275

Tints of Purple #711275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 117 (46.09% from 255) = 47.18%

R = 45.56%
G = 7.26%
B = 47.18%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711275 (or 0x711275) is known color: Purple. HEX triplet: 71, 12 and 75. RGB value is (113,18,117). Sum of RGB (Red+Green+Blue) = 113+18+117=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #711275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711275 is #8EED8A. Grayscale: #393939. Windows color (decimal): -9366923 or 7672433. OLE color: 7672433.

HSL color Cylindrical-coordinate representation of color #711275: hue angle of 297.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711275 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 18 117 -
CMYK 0.03 0.85 0 0.54
HSL 297.58º 0.73% 0.26% -
HSV(B) 297.58º 0.85% 0.46% -
XYZ 10.24 5.23 17.3 -
YUV 57.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 113 18 117 0.03 0.85 0 0.54 297.58 0.73 0.26
Hex 71 12 75 3 55 0 36 12A 49 1A
Octal 161 22 165 3 125 0 66 452 111 32
Binary 1110001 10010 1110101 11 1010101 0 110110 100101010 1001001 11010

Color Harmonies of #711275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711275

Black with #711275

Text Example


Text Example

White with #711275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711275; }

 p { color: rgb(113,18,117); }

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

background-color css

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

 a { background-color: rgb(113,18,117); }

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

border-color css

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

 span { border-color: rgb(113,18,117); }

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