Html Css Color HEX #711094 Purple

📋 copy color: '#711094'

red 113 ◦ green 16 ◦ blue 148

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

Shades of Purple #711094

Tints of Purple #711094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.43%

R = 40.79%
G = 5.78%
B = 53.43%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711094 (or 0x711094) is known color: Purple. HEX triplet: 71, 10 and 94. RGB value is (113,16,148). Sum of RGB (Red+Green+Blue) = 113+16+148=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #711094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711094 is #8EEF6B. Grayscale: #3B3B3B. Windows color (decimal): -9367404 or 9703537. OLE color: 9703537.

HSL color Cylindrical-coordinate representation of color #711094: hue angle of 284.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711094 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 16 148 -
CMYK 0.24 0.89 0 0.42
HSL 284.09º 0.8% 0.32% -
HSV(B) 284.09º 0.89% 0.58% -
XYZ 12.34 6.02 28.53 -
YUV 60.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 113 16 148 0.24 0.89 0 0.42 284.09 0.8 0.32
Hex 71 10 94 18 59 0 2A 11C 50 20
Octal 161 20 224 30 131 0 52 434 120 40
Binary 1110001 10000 10010100 11000 1011001 0 101010 100011100 1010000 100000

Color Harmonies of #711094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711094

Black with #711094

Text Example


Text Example

White with #711094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711094; }

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

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

background-color css

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

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

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

border-color css

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

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

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