Html Css Color HEX #71086F Purple

📋 copy color: '#71086F'

red 113 ◦ green 8 ◦ blue 111

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

Shades of Purple #71086F

Tints of Purple #71086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 48.71%
G = 3.45%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71086F (or 0x71086F) is known color: Purple. HEX triplet: 71, 08 and 6F. RGB value is (113,8,111). Sum of RGB (Red+Green+Blue) = 113+8+111=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71086F is #8EF790. Grayscale: #323232. Windows color (decimal): -9369489 or 7276657. OLE color: 7276657.

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

Color convert

RGB 113 8 111 -
CMYK 0 0.93 0.02 0.56
HSL 301.14º 0.87% 0.24% -
HSV(B) 301.14º 0.93% 0.44% -
XYZ 9.77 4.83 15.46 -
YUV 51.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 113 8 111 0 0.93 0.02 0.56 301.14 0.87 0.24
Hex 71 8 6F 0 5D 2 38 12D 57 18
Octal 161 10 157 0 135 2 70 455 127 30
Binary 1110001 1000 1101111 0 1011101 10 111000 100101101 1010111 11000

Color Harmonies of #71086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71086F

Black with #71086F

Text Example


Text Example

White with #71086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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