Html Css Color HEX #711074 Purple

📋 copy color: '#711074'

red 113 ◦ green 16 ◦ blue 116

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

Shades of Purple #711074

Tints of Purple #711074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 46.12%
G = 6.53%
B = 47.35%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711074 (or 0x711074) is known color: Purple. HEX triplet: 71, 10 and 74. RGB value is (113,16,116). Sum of RGB (Red+Green+Blue) = 113+16+116=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #711074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711074 is #8EEF8B. Grayscale: #383838. Windows color (decimal): -9367436 or 7606385. OLE color: 7606385.

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

Color convert

RGB 113 16 116 -
CMYK 0.03 0.86 0 0.55
HSL 298.2º 0.76% 0.26% -
HSV(B) 298.2º 0.86% 0.45% -
XYZ 10.15 5.14 16.98 -
YUV 56.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 113 16 116 0.03 0.86 0 0.55 298.2 0.76 0.26
Hex 71 10 74 3 56 0 37 12A 4C 1A
Octal 161 20 164 3 126 0 67 452 114 32
Binary 1110001 10000 1110100 11 1010110 0 110111 100101010 1001100 11010

Color Harmonies of #711074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711074

Black with #711074

Text Example


Text Example

White with #711074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711074; }

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

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

background-color css

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

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

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

border-color css

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

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

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