Html Css Color HEX #711375 Purple

📋 copy color: '#711375'

red 113 ◦ green 19 ◦ blue 117

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

Shades of Purple #711375

Tints of Purple #711375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 45.38%
G = 7.63%
B = 46.99%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711375 (or 0x711375) is known color: Purple. HEX triplet: 71, 13 and 75. RGB value is (113,19,117). Sum of RGB (Red+Green+Blue) = 113+19+117=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #711375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711375 is #8EEC8A. Grayscale: #393939. Windows color (decimal): -9366667 or 7672689. OLE color: 7672689.

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

Color convert

RGB 113 19 117 -
CMYK 0.03 0.84 0 0.54
HSL 297.55º 0.72% 0.27% -
HSV(B) 297.55º 0.84% 0.46% -
XYZ 10.25 5.26 17.3 -
YUV 58.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 113 19 117 0.03 0.84 0 0.54 297.55 0.72 0.27
Hex 71 13 75 3 54 0 36 12A 48 1B
Octal 161 23 165 3 124 0 66 452 110 33
Binary 1110001 10011 1110101 11 1010100 0 110110 100101010 1001000 11011

Color Harmonies of #711375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711375

Black with #711375

Text Example


Text Example

White with #711375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711375; }

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

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

background-color css

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

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

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

border-color css

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

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

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