Html Css Color HEX #711075 Purple

📋 copy color: '#711075'

red 113 ◦ green 16 ◦ blue 117

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

Shades of Purple #711075

Tints of Purple #711075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 45.93%
G = 6.5%
B = 47.56%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711075 (or 0x711075) is known color: Purple. HEX triplet: 71, 10 and 75. RGB value is (113,16,117). Sum of RGB (Red+Green+Blue) = 113+16+117=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #711075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711075 is #8EEF8A. Grayscale: #383838. Windows color (decimal): -9367435 or 7671921. OLE color: 7671921.

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

Color convert

RGB 113 16 117 -
CMYK 0.03 0.86 0 0.54
HSL 297.62º 0.76% 0.26% -
HSV(B) 297.62º 0.86% 0.46% -
XYZ 10.21 5.17 17.29 -
YUV 56.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 113 16 117 0.03 0.86 0 0.54 297.62 0.76 0.26
Hex 71 10 75 3 56 0 36 12A 4C 1A
Octal 161 20 165 3 126 0 66 452 114 32
Binary 1110001 10000 1110101 11 1010110 0 110110 100101010 1001100 11010

Color Harmonies of #711075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711075

Black with #711075

Text Example


Text Example

White with #711075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711075; }

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

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

background-color css

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

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

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

border-color css

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

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

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