Html Css Color HEX #711475 Purple

📋 copy color: '#711475'

red 113 ◦ green 20 ◦ blue 117

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

Shades of Purple #711475

Tints of Purple #711475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

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

R = 45.2%
G = 8%
B = 46.8%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711475 (or 0x711475) is known color: Purple. HEX triplet: 71, 14 and 75. RGB value is (113,20,117). Sum of RGB (Red+Green+Blue) = 113+20+117=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #711475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711475 is #8EEB8A. Grayscale: #3A3A3A. Windows color (decimal): -9366411 or 7672945. OLE color: 7672945.

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

Color convert

RGB 113 20 117 -
CMYK 0.03 0.83 0 0.54
HSL 297.53º 0.71% 0.27% -
HSV(B) 297.53º 0.83% 0.46% -
XYZ 10.27 5.3 17.31 -
YUV 58.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 113 20 117 0.03 0.83 0 0.54 297.53 0.71 0.27
Hex 71 14 75 3 53 0 36 12A 47 1B
Octal 161 24 165 3 123 0 66 452 107 33
Binary 1110001 10100 1110101 11 1010011 0 110110 100101010 1000111 11011

Color Harmonies of #711475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711475

Black with #711475

Text Example


Text Example

White with #711475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711475; }

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

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

background-color css

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

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

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

border-color css

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

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

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