Html Css Color HEX #71126F Purple

📋 copy color: '#71126F'

red 113 ◦ green 18 ◦ blue 111

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

Shades of Purple #71126F

Tints of Purple #71126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 46.69%
G = 7.44%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71126F (or 0x71126F) is known color: Purple. HEX triplet: 71, 12 and 6F. RGB value is (113,18,111). Sum of RGB (Red+Green+Blue) = 113+18+111=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71126F is #8EED90. Grayscale: #383838. Windows color (decimal): -9366929 or 7279217. OLE color: 7279217.

HSL color Cylindrical-coordinate representation of color #71126F: hue angle of 301.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71126F is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 111 -
CMYK 0 0.84 0.02 0.56
HSL 301.26º 0.73% 0.26% -
HSV(B) 301.26º 0.84% 0.44% -
XYZ 9.9 5.09 15.5 -
YUV 57.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 113 18 111 0 0.84 0.02 0.56 301.26 0.73 0.26
Hex 71 12 6F 0 54 2 38 12D 49 1A
Octal 161 22 157 0 124 2 70 455 111 32
Binary 1110001 10010 1101111 0 1010100 10 111000 100101101 1001001 11010

Color Harmonies of #71126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71126F

Black with #71126F

Text Example


Text Example

White with #71126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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