Html Css Color HEX #711292 Purple

📋 copy color: '#711292'

red 113 ◦ green 18 ◦ blue 146

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

Shades of Purple #711292

Tints of Purple #711292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 40.79%
G = 6.5%
B = 52.71%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#711292 (or 0x711292) is known color: Purple. HEX triplet: 71, 12 and 92. RGB value is (113,18,146). Sum of RGB (Red+Green+Blue) = 113+18+146=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #711292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711292 is #8EED6D. Grayscale: #3C3C3C. Windows color (decimal): -9366894 or 9572977. OLE color: 9572977.

HSL color Cylindrical-coordinate representation of color #711292: hue angle of 284.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711292 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 18 146 -
CMYK 0.23 0.88 0 0.43
HSL 284.53º 0.78% 0.32% -
HSV(B) 284.53º 0.88% 0.57% -
XYZ 12.21 6.02 27.71 -
YUV 61 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 113 18 146 0.23 0.88 0 0.43 284.53 0.78 0.32
Hex 71 12 92 17 58 0 2B 11D 4E 20
Octal 161 22 222 27 130 0 53 435 116 40
Binary 1110001 10010 10010010 10111 1011000 0 101011 100011101 1001110 100000

Color Harmonies of #711292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711292

Black with #711292

Text Example


Text Example

White with #711292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711292; }

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

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

background-color css

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

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

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

border-color css

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

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

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