Html Css Color HEX #71086C Purple

📋 copy color: '#71086C'

red 113 ◦ green 8 ◦ blue 108

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

Shades of Purple #71086C

Tints of Purple #71086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 49.34%
G = 3.49%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71086C (or 0x71086C) is known color: Purple. HEX triplet: 71, 08 and 6C. RGB value is (113,8,108). Sum of RGB (Red+Green+Blue) = 113+8+108=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71086C is #8EF793. Grayscale: #323232. Windows color (decimal): -9369492 or 7080049. OLE color: 7080049.

HSL color Cylindrical-coordinate representation of color #71086C: hue angle of 302.86º 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 #71086C is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 8 108 -
CMYK 0 0.93 0.04 0.56
HSL 302.86º 0.87% 0.24% -
HSV(B) 302.86º 0.93% 0.44% -
XYZ 9.6 4.77 14.6 -
YUV 50.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 113 8 108 0 0.93 0.04 0.56 302.86 0.87 0.24
Hex 71 8 6C 0 5D 4 38 12F 57 18
Octal 161 10 154 0 135 4 70 457 127 30
Binary 1110001 1000 1101100 0 1011101 100 111000 100101111 1010111 11000

Color Harmonies of #71086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71086C

Black with #71086C

Text Example


Text Example

White with #71086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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