Html Css Color HEX #711274 Purple

📋 copy color: '#711274'

red 113 ◦ green 18 ◦ blue 116

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

Shades of Purple #711274

Tints of Purple #711274

RGB

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

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

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

R = 45.75%
G = 7.29%
B = 46.96%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711274 (or 0x711274) is known color: Purple. HEX triplet: 71, 12 and 74. RGB value is (113,18,116). Sum of RGB (Red+Green+Blue) = 113+18+116=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #711274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711274 is #8EED8B. Grayscale: #393939. Windows color (decimal): -9366924 or 7606897. OLE color: 7606897.

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

Color convert

RGB 113 18 116 -
CMYK 0.03 0.84 0 0.55
HSL 298.16º 0.73% 0.26% -
HSV(B) 298.16º 0.84% 0.45% -
XYZ 10.18 5.2 16.99 -
YUV 57.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 113 18 116 0.03 0.84 0 0.55 298.16 0.73 0.26
Hex 71 12 74 3 54 0 37 12A 49 1A
Octal 161 22 164 3 124 0 67 452 111 32
Binary 1110001 10010 1110100 11 1010100 0 110111 100101010 1001001 11010

Color Harmonies of #711274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711274

Black with #711274

Text Example


Text Example

White with #711274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711274; }

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

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

background-color css

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

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

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

border-color css

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

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

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